aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RTx-Calendar/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2013-08-01 22:04:01 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2013-08-01 22:04:01 +0000
commit1d0998fe999d648e0f53d04c66cc2a235e3c50da (patch)
tree17e9fe81c442463e41980a396240162709c2c892 /www/p5-RTx-Calendar/Makefile
parent9ab6ddbd028cd223956c9c126491301b17dd6d15 (diff)
downloadports-1d0998fe999d648e0f53d04c66cc2a235e3c50da.tar.gz
ports-1d0998fe999d648e0f53d04c66cc2a235e3c50da.zip
Convert all my perl-using ports to USES+=perl5
While here: - add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex - set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix for www/rt40 - upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth - trim Makefile header for www/p5-RTx-Calendar
Notes
Notes: svn path=/head/; revision=324134
Diffstat (limited to 'www/p5-RTx-Calendar/Makefile')
-rw-r--r--www/p5-RTx-Calendar/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile
index 30f514c0d237..da5cfbb1fc76 100644
--- a/www/p5-RTx-Calendar/Makefile
+++ b/www/p5-RTx-Calendar/Makefile
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: RTx-Calendar
-# Date created: 16 August 2008
-# Whom: Matthew Seaman <m.seaman@infracaninophile.co.uk>
-#
+# Created by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
# $FreeBSD$
-#
PORTNAME= RTx-Calendar
PORTVERSION= 0.15
@@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-Date-ICal>0:${PORTSDIR}/devel/p5-Date-ICal \
p5-DateTime-Set>0:${PORTSDIR}/devel/p5-DateTime-Set
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES+= perl5
+USE_PERL5= configure
OPTIONS_DEFINE= RT38
RT38_DESC= Install for rt-3.8.x (default rt-4.0.x)