freebsd-ports/devel/p5-Devel-PPPort/Makefile
Philip M. Gollucci c1ccf4e73e - Update to 3.17
6.52  Sat May 30 11:22:04 PDT 2009
    Docs
    * Documented CONFIGURE_REQUIRES (Alexandr Ciornii)
    * Modnerized the docs for PREREQ_PM

6.51_04  Sun May 24 14:04:11 PDT 2009
    Other
    * All work on INSTALLHTML* has been reverted pending a fix for
      [rt.cpan.org 45600]
2009-06-16 06:19:32 +00:00

30 lines
585 B
Makefile

# New ports collection makefile for: p5-Devel-PPPort
# Date created: 8 Aug 2004
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Devel-PPPort
PORTVERSION= 3.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
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>