mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
644 B
Makefile
27 lines
644 B
Makefile
# New ports collection makefile for: p5-Net-IPv4Addr
|
|
# Date created: 25 February 2000
|
|
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= p5-Net-IPv4Addr
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= net perl5
|
|
# not using CPAN due to them messing up the filename and version numbers
|
|
MASTER_SITES= http://indev.insu.com/sources/
|
|
DISTNAME= Net-IPv4Addr-${PORTVERSION}
|
|
|
|
MAINTAINER= bradh@uunet.co.za
|
|
|
|
USE_PERL5= yes
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN1= ipv4calc.1
|
|
MAN3= Net::IPv4Addr.3
|
|
|
|
do-configure:
|
|
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|