freebsd-ports/www/p5-Apache-Clean2/Makefile
Mathieu Arnold ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00

35 lines
785 B
Makefile

# Created by: Martin Matuska <martin@matuska.org>
# $FreeBSD$
PORTNAME= Apache-Clean
PORTVERSION= 2.00
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Apache/GEOFF
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}_7
MAINTAINER= perl@FreeBSD.org
COMMENT= Mod_perl interface into HTML::Clean
BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
p5-HTML-Clean>=0.8:${PORTSDIR}/www/p5-HTML-Clean
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2
USES= perl5
USE_PERL5= configure
USE_APACHE= 22+
MAN3= Apache::Clean.3
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>