diff options
author | az <az@FreeBSD.org> | 2013-09-02 17:36:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 17:36:29 +0800 |
commit | 9c4cca1df5edd7f22e07934853ab7f2318b3e6f1 (patch) | |
tree | 859ba2ba077471a41f3eb1e1e8f1a0b3571ab0e5 /misc/p5-Geography-Countries | |
parent | 6ff983cb6a6caabe6c82f1b446d42fc882f0b015 (diff) | |
download | freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.tar.gz freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.tar.zst freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'misc/p5-Geography-Countries')
-rw-r--r-- | misc/p5-Geography-Countries/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile index cc4b882c487d..0abc00ac6812 100644 --- a/misc/p5-Geography-Countries/Makefile +++ b/misc/p5-Geography-Countries/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Handle ISO-3166 country codes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= INSTALLDIRS='site' MAN3= Geography::Countries.3 |