diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
commit | cd3cb6184d743f557750904f520cdc062e37b05e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/p5-Net-SinFP | |
parent | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff) | |
download | ports-cd3cb6184d743f557750904f520cdc062e37b05e.tar.gz ports-cd3cb6184d743f557750904f520cdc062e37b05e.zip |
Notes
Diffstat (limited to 'security/p5-Net-SinFP')
-rw-r--r-- | security/p5-Net-SinFP/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index 8984e98cd7fa..41c01c78d433 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-SinFP -# Date created: 26 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME?= Net-SinFP PORTVERSION= 2.09 @@ -38,7 +34,8 @@ BUILD_DEPENDS+= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ p5-Net-Packet-Target>=1.00:${PORTSDIR}/net/p5-Net-Packet-Target RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure INSTALL_TARGET= pure_install MAN3= Net::SinFP.3 \ |