diff options
author | matthew <matthew@FreeBSD.org> | 2013-08-02 06:04:01 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-08-02 06:04:01 +0800 |
commit | fe45b96e746a930137e5466dd00b6d9e8c01c624 (patch) | |
tree | 17e9fe81c442463e41980a396240162709c2c892 /misc/p5-Business-Hours/Makefile | |
parent | e184b82d14f75084c43afb7d4652821010251f1f (diff) | |
download | freebsd-ports-gnome-fe45b96e746a930137e5466dd00b6d9e8c01c624.tar.gz freebsd-ports-gnome-fe45b96e746a930137e5466dd00b6d9e8c01c624.tar.zst freebsd-ports-gnome-fe45b96e746a930137e5466dd00b6d9e8c01c624.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
Diffstat (limited to 'misc/p5-Business-Hours/Makefile')
-rw-r--r-- | misc/p5-Business-Hours/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index 9ec10a86f424..4921f631f31f 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -15,7 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>-1.0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES+= perl5 +USE_PERL5= configure MAN3= Business::Hours.3 |