1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net-mgmt/p5-Net-Netmask/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

26 lines
521 B
Makefile

# 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
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>