mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
f8db4124d7
PR: 35914 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
24 lines
511 B
Makefile
24 lines
511 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.010
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
|
http://net.doit.wisc.edu/~plonka/Net-Patricia/
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Net::Patricia.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|