diff options
author | swills <swills@FreeBSD.org> | 2012-04-10 07:05:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-10 07:05:12 +0800 |
commit | 1614c992f23a8f737a5249fcd6e51db5b8d8148c (patch) | |
tree | 567baa881e7d4a3a2878de4bb9f0c16a361b149b | |
parent | d8a9d5745bb881915184a079840fbcb3ea0ae33a (diff) | |
download | freebsd-ports-gnome-1614c992f23a8f737a5249fcd6e51db5b8d8148c.tar.gz freebsd-ports-gnome-1614c992f23a8f737a5249fcd6e51db5b8d8148c.tar.zst freebsd-ports-gnome-1614c992f23a8f737a5249fcd6e51db5b8d8148c.zip |
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS
- Add missing DEPENDS
- Bump PORTREVISION
PR: ports/166070
Approved by: maintainer timeout (vvelox@vvelox.net, >3 weeks)
-rw-r--r-- | sysutils/p5-ZConf-Cron/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/p5-ZConf-Cron/Makefile b/sysutils/p5-ZConf-Cron/Makefile index 46d5f0a3f33d..dddfbd731631 100644 --- a/sysutils/p5-ZConf-Cron/Makefile +++ b/sysutils/p5-ZConf-Cron/Makefile @@ -7,6 +7,7 @@ PORTNAME= ZConf-Cron PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -15,10 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Handles storing cron tabs in ZConf -BUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ - ${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ - ${SITE_PERL}/mach/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime +BUILD_DEPENDS= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ + p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ + p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf +RUN_DEPENS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |