freebsd-ports/textproc/p5-FreeBSD-Ports/Makefile
Cheng-Lung Sung baba9cd29f - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
2006-06-25 16:38:48 +00:00

23 lines
497 B
Makefile

# 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.04
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= tom
PKGNAMEPREFIX= p5-
MAINTAINER= tom@FreeBSD.org
COMMENT= Perl modules for parsing FreeBSD's Ports INDEX file
USE_BZIP2= yes
PERL_CONFIGURE= yes
MAN3= FreeBSD::Ports::Port.3 \
FreeBSD::Ports.3
.include <bsd.port.mk>