diff options
author | az <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
commit | 6da7db56873e789b5619503b294318b9ddcb6d2b (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /comms/p5-SMS-Send-TW-chtsns | |
parent | b742942ebdd434fcafc9fe8ac34e1a8bd7692555 (diff) | |
download | freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.tar.gz freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.tar.zst freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.zip |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Diffstat (limited to 'comms/p5-SMS-Send-TW-chtsns')
-rw-r--r-- | comms/p5-SMS-Send-TW-chtsns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/p5-SMS-Send-TW-chtsns/Makefile b/comms/p5-SMS-Send-TW-chtsns/Makefile index acd0208ab977..2d26f6a6a2aa 100644 --- a/comms/p5-SMS-Send-TW-chtsns/Makefile +++ b/comms/p5-SMS-Send-TW-chtsns/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.10+ +PERL_CONFIGURE= yes MAN3= SMS::Send::TW::chtsns.3 |