diff options
author | feld <feld@FreeBSD.org> | 2013-08-01 02:31:44 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-08-01 02:31:44 +0800 |
commit | 30e029b4ba0aef05f9439ffd0d959a84eca8068e (patch) | |
tree | 8ce8d8d9c91fc33815f210d9f56e0b1f6f20babc /www | |
parent | a05c5df170dfe86c2efc7aaaeb050d467cd46489 (diff) | |
download | freebsd-ports-gnome-30e029b4ba0aef05f9439ffd0d959a84eca8068e.tar.gz freebsd-ports-gnome-30e029b4ba0aef05f9439ffd0d959a84eca8068e.tar.zst freebsd-ports-gnome-30e029b4ba0aef05f9439ffd0d959a84eca8068e.zip |
- Update to new Perl framework
- Fix my email address
Approved by: swills (mentor)
Diffstat (limited to 'www')
-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} |