freebsd-ports/devel/p5-Devel-PPPort/Makefile
Frederic Culot a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00

34 lines
655 B
Makefile

# New ports collection makefile for: p5-Devel-PPPort
# Date created: 8 Aug 2004
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Devel-PPPort
DISTVERSION= 3.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MHX
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl/Pollution/Portability
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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>