blob: 5b289a09d76a860f100ab9c5161bb62e9af11313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.010
CATEGORIES= net perl5
MASTER_SITES= http://net.doit.wisc.edu/~plonka/Net-Patricia/
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= YES
MAN3= Net::Patricia.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
|