diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 01:16:28 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 01:16:28 +0800 |
commit | fb19d82243caefd1c0db50ed24c96510fcc5d248 (patch) | |
tree | 4a48f0935e8900c063f4896a3bfa6f3d3319c640 /security | |
parent | caaa771c73b156883650154d790bded0a8bb1e1c (diff) | |
download | freebsd-ports-gnome-fb19d82243caefd1c0db50ed24c96510fcc5d248.tar.gz freebsd-ports-gnome-fb19d82243caefd1c0db50ed24c96510fcc5d248.tar.zst freebsd-ports-gnome-fb19d82243caefd1c0db50ed24c96510fcc5d248.zip |
Convert my ports to the new perl order.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-POE-Filter-SSL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile index 500a5a3f71a2..865dfac4fbb4 100644 --- a/security/p5-POE-Filter-SSL/Makefile +++ b/security/p5-POE-Filter-SSL/Makefile @@ -28,7 +28,8 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ WRKSRC= ${WRKDIR} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Filter::SSL.3 |