freebsd-ports/mail/p5-Log-Procmail/Makefile

33 lines
652 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Log-Procmail
# Date created: 2004-04-26
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Log-Procmail
2005-11-16 16:41:37 +01:00
PORTVERSION= 0.11
CATEGORIES= mail devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl extension for reading procmail logfiles
PERL_CONFIGURE= yes
MAN1= mailstat.pl.1
MAN3= Log::Procmail.3
2005-01-25 13:29:03 +01:00
.if !defined(NOPORTDOCS)
PORTDOCS= Changes
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>