freebsd-ports/net-mgmt/p5-Net-IPv4Addr/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

25 lines
540 B
Makefile

# New ports collection makefile for: p5-Net-IPv4Addr
# Date created: 25 February 2000
# Whom: Brad Hendrickse <bradh@uunet.co.za>
#
# $FreeBSD$
#
PORTNAME= Net-IPv4Addr
PORTVERSION= 0.10
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= bradh@uunet.co.za
COMMENT= Perl extension for manipulating IPv4 addresses
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= ipv4calc.1
MAN3= Net::IPv4Addr.3
.include <bsd.port.mk>