diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-07-31 18:31:44 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-07-31 18:31:44 +0000 |
commit | 4ce180b97b275efb5020c59f6f68ffac97e9216f (patch) | |
tree | 8ce8d8d9c91fc33815f210d9f56e0b1f6f20babc /www/p5-RT-Extension-MandatoryOnTransition | |
parent | 5450bdaba1e32ea7258b20025d400e8dbce8496a (diff) | |
download | ports-4ce180b97b275efb5020c59f6f68ffac97e9216f.tar.gz ports-4ce180b97b275efb5020c59f6f68ffac97e9216f.zip |
Notes
Diffstat (limited to 'www/p5-RT-Extension-MandatoryOnTransition')
-rw-r--r-- | www/p5-RT-Extension-MandatoryOnTransition/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-RT-Extension-MandatoryOnTransition/Makefile b/www/p5-RT-Extension-MandatoryOnTransition/Makefile index 843153fa7ffc..740a4a9af463 100644 --- a/www/p5-RT-Extension-MandatoryOnTransition/Makefile +++ b/www/p5-RT-Extension-MandatoryOnTransition/Makefile @@ -1,4 +1,4 @@ -# Created by: Mark Felder <feld@freebsd.org> +# Created by: Mark Felder <feld@FreeBSD.org> # $FreeBSD$ PORTNAME= RT-Extension-MandatoryOnTransition @@ -7,7 +7,7 @@ CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= feld@freebsd.org +MAINTAINER= feld@FreeBSD.org COMMENT= Extension to require core and ticket custom fields on status changes LICENSE= GPLv2 @@ -15,7 +15,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= rt>4.0.8:${PORTSDIR}/www/rt${RT_VER} RUN_DEPENDS= rt>4.0.8:${PORTSDIR}/www/rt${RT_VER} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RT::Extension::MandatoryOnTransition.3 PLIST_SUB+= RT_VER=${RT_VER} |