freebsd-ports/mail/p5-Log-Procmail/Makefile
2013-11-05 02:54:53 +00:00

25 lines
508 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= Log-Procmail
PORTVERSION= 0.12
CATEGORIES= mail devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for reading procmail logfiles
USES= perl5
USE_PERL5= configure
.if !defined(NOPORTDOCS)
PORTDOCS= Changes
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>