Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:50 wiz Exp $
# $NetBSD: Makefile,v 1.12 2016/07/20 12:19:03 mef Exp $
#
DISTNAME= RT-Client-REST-0.49
DISTNAME= RT-Client-REST-0.50
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RT/}
@@ -21,5 +20,10 @@ DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
# for make test
BUILD_DEPENDS+= p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
BUILD_DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"