summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Ports/Makefile
blob: 5e51cc112720621d25959db42a99590ddbe85f32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-FreeBSD-Ports
# Date created:				12 September 2001
# Whom:					Tom Hukins <tom@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	FreeBSD-Ports
PORTVERSION=	0.03
CATEGORIES=	textproc perl5
MASTER_SITES=	http://people.FreeBSD.org/~tom/portpm/
PKGNAMEPREFIX=	p5-

MAINTAINER=	tom@FreeBSD.org

USE_BZIP2=	yes

PERL_CONFIGURE=	yes
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=		FreeBSD::Ports::Port.3 \
		FreeBSD::Ports.3
.include <bsd.port.mk>