diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
commit | 8097b663e50ab32273b5f98b9a338bc90d672cc4 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /converters/p5-Sereal-Decoder | |
parent | 891b9180e52d3411847318aa83e36de37c7508c6 (diff) | |
download | freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.gz freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.zst freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'converters/p5-Sereal-Decoder')
-rw-r--r-- | converters/p5-Sereal-Decoder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-Sereal-Decoder/Makefile b/converters/p5-Sereal-Decoder/Makefile index 9a71a18c70cb..0d9bfd91132c 100644 --- a/converters/p5-Sereal-Decoder/Makefile +++ b/converters/p5-Sereal-Decoder/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl extension for fast, compact, powerful binary deserialization TEST_DEPENDS= \ p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sereal::Decoder.3 |