mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
37079e6393
- remove patch, since <sys/types.h> is included. - take maintainership
24 lines
513 B
Makefile
24 lines
513 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= ${MASTER_SITE_PERL_CPAN} \
|
|
http://net.doit.wisc.edu/~plonka/Net-Patricia/
|
|
MASTER_SITE_SUBDIR= Net
|
|
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>
|