freebsd-ports/devel/p5-Devel-PPPort/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

31 lines
638 B
Makefile

# New ports collection makefile for: p5-Devel-PPPort
# Date created: 8 Aug 2004
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Devel-PPPort
PORTVERSION= 3.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/_\1/}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl/Pollution/Portability
PERL_CONFIGURE= yes
MAN3= Devel::PPPort.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README HACKERS TODO
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>