diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
commit | 3a93c08cd424e3c6e35c021346e257e2136f6298 (patch) | |
tree | e5b244f8eab75a4947b9d7ce8d757989718c5333 /net/p5-NetAddr-IP | |
parent | bc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff) | |
download | ports-3a93c08cd424e3c6e35c021346e257e2136f6298.tar.gz ports-3a93c08cd424e3c6e35c021346e257e2136f6298.zip |
Notes
Diffstat (limited to 'net/p5-NetAddr-IP')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile deleted file mode 100644 index bd2fae0e00e8..000000000000 --- a/net/p5-NetAddr-IP/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: p5-NetAddr-IP -# Date created: 12 July 2000 -# Whom: Christopher N. Harrell <cnh@ivmg.net> -# -# $FreeBSD$ -# - -PORTNAME= NetAddr-IP -PORTVERSION= 3.14 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= NetAddr -PKGNAMEPREFIX= p5- - -MAINTAINER= tobez@FreeBSD.org -COMMENT= Perl module for working with IP addresses and blocks thereof - -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= NetAddr::IP.3 - -post-patch: - ${PERL} -pi -e 's/\r//;' \ - -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ - -e '$$_="" if /require 5/;' \ - -e '$$_="" if /use warnings/;' \ - ${WRKSRC}/IP.pm ${WRKSRC}/t/v4-badnm.t - -post-build: - @${PERL} -M5.6.0 -e '' >/dev/null 2>&1 || \ - ( ${ECHO_MSG} "===> Please note that this module provides more functionality when" && \ - ${ECHO_MSG} "===> used with perl 5.6.1 or perl 5.8.0 (both in the ports collection)." ) - -.include <bsd.port.mk> |