freebsd-ports/net-mgmt/p5-Net-Netmask/Makefile

26 lines
521 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Net-Netmask
# Date created: Jan 28 2000
# Whom: Wei-chun Chao
#
# $FreeBSD$
#
PORTNAME= Net-Netmask
PORTVERSION= 1.9004
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Perl module to parse, manipulate and lookup IP network blocks
PERL_CONFIGURE= yes
MAN3= Net::Netmask.3
post-patch:
@${PERL} -pi -e '$$_ = "" if $$. == 1' ${WRKSRC}/Netmask.pm
.include <bsd.port.mk>