diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:55:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:55:33 +0800 |
commit | 3e1a68b163a6ab22d7167f09bb60ad05664a6b48 (patch) | |
tree | fd65ca8fc7e7bb8076000fc5b8b00d3d2017a2a3 /converters/p5-Sereal | |
parent | 9e4e2005dfb30505ad1e66268a6067105b741977 (diff) | |
download | freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.gz freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.zst freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'converters/p5-Sereal')
-rw-r--r-- | converters/p5-Sereal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-Sereal/Makefile b/converters/p5-Sereal/Makefile index 243dc2a3dea7..86ce50600801 100644 --- a/converters/p5-Sereal/Makefile +++ b/converters/p5-Sereal/Makefile @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Sereal-Encoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Encoder BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sereal.3 |