diff options
author | az <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 14:03:58 +0800 |
commit | fec6a39513a0f30c19c63e9bc37d7744a82e44dd (patch) | |
tree | 43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-Set-IntSpan/Makefile | |
parent | 64b422e1ccdeed2bd5376a7739430c72f08453e1 (diff) | |
download | freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.tar.gz freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.tar.zst freebsd-ports-gnome-fec6a39513a0f30c19c63e9bc37d7744a82e44dd.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'math/p5-Set-IntSpan/Makefile')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile index 56d9cf717f00..b9ba72a0b83b 100644 --- a/math/p5-Set-IntSpan/Makefile +++ b/math/p5-Set-IntSpan/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= danilogondolfo@gmail.com COMMENT= Manages sets of integers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Set::IntSpan.3 |