freebsd-ports/net/p5-Net-Patricia/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

22 lines
469 B
Makefile

# New ports collection makefile for: p5-Net-Patricia
# Date created: Di 13 Mär 2001 19:37:25 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= Net-Patricia
PORTVERSION= 1.014
CATEGORIES= net perl5
MASTER_SITES= CPAN \
http://net.doit.wisc.edu/~plonka/Net-Patricia/
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl module for fast IP address lookups
PERL_CONFIGURE= YES
MAN3= Net::Patricia.3
.include <bsd.port.mk>