mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
244f7b92bc
p5-NetAddr-IP is Perl module for working with IP addresses and blocks thereof PR: 19905 Submitted by: Christopher N. Harrell <cnh@ivmg.net>
26 lines
628 B
Makefile
26 lines
628 B
Makefile
# 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= 2.00
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= NetAddr
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
USE_PERL5= yes
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= NetAddr::IP.3
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
PREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|