svn commit: r324065 - head/www/p5-RT-Extension-MandatoryOnTransition
Mark Felder
feld at FreeBSD.org
Wed Jul 31 18:31:44 UTC 2013
Author: feld
Date: Wed Jul 31 18:31:44 2013
New Revision: 324065
URL: http://svnweb.freebsd.org/changeset/ports/324065
Log:
- Update to new Perl framework
- Fix my email address
Approved by: swills (mentor)
Modified:
head/www/p5-RT-Extension-MandatoryOnTransition/Makefile
Modified: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile
==============================================================================
--- head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Wed Jul 31 18:08:07 2013 (r324064)
+++ head/www/p5-RT-Extension-MandatoryOnTransition/Makefile Wed Jul 31 18:31:44 2013 (r324065)
@@ -1,4 +1,4 @@
-# Created by: Mark Felder <feld at freebsd.org>
+# Created by: Mark Felder <feld at FreeBSD.org>
# $FreeBSD$
PORTNAME= RT-Extension-MandatoryOnTransition
@@ -7,7 +7,7 @@ CATEGORIES= www net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= feld at freebsd.org
+MAINTAINER= feld at 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}
More information about the svn-ports-head
mailing list