diff options
author | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 22:36:21 +0800 |
commit | 3021e3362902ea7f5978434383d769c7d68c2b68 (patch) | |
tree | e5469e71b14098ee141e1c136f10f5b22a089195 /misc/p5-Locale-SubCountry | |
parent | a735df2ff08a23cd27691d1eb01929794c620c98 (diff) | |
download | freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.tar.gz freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.tar.zst freebsd-ports-gnome-3021e3362902ea7f5978434383d769c7d68c2b68.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'misc/p5-Locale-SubCountry')
-rw-r--r-- | misc/p5-Locale-SubCountry/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile index b42c073f41ba..2f6852599bb9 100644 --- a/misc/p5-Locale-SubCountry/Makefile +++ b/misc/p5-Locale-SubCountry/Makefile @@ -13,7 +13,8 @@ COMMENT= Convert state, province, county etc. names to/from code LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Locale::SubCountry.3 \ Locale::SubCountry::Data.3 |