diff options
author | mat <mat@FreeBSD.org> | 2003-10-01 11:19:08 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-01 11:19:08 +0000 |
commit | cc324a6ce12ae5c19666a482bfc5a88ab7a787bb (patch) | |
tree | a620fd69b5182971e827bf145d824f8eaec35d04 /www/p5-Apache-Clean/Makefile | |
parent | 26808b4b5b5d7ac5a4a35f2155dc02dbb50c77a9 (diff) | |
download | FreeBSD-ports-cc324a6ce12ae5c19666a482bfc5a88ab7a787bb.zip FreeBSD-ports-cc324a6ce12ae5c19666a482bfc5a88ab7a787bb.tar.gz |
Add p5-Apache-Clean 0.05, a mod_perl interface into HTML::Clean.
PR: 56651
Submitted by: Martin Matuska <martin@tradex.sk>
Diffstat (limited to 'www/p5-Apache-Clean/Makefile')
-rw-r--r-- | www/p5-Apache-Clean/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-Apache-Clean/Makefile b/www/p5-Apache-Clean/Makefile new file mode 100644 index 0000000..f19ff99 --- /dev/null +++ b/www/p5-Apache-Clean/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Apache-Clean +# Date created: Sep 09 2003 +# Whom: Martin Matuska <martin@tradex.sk> +# +# $FreeBSD$ +# + +PORTNAME= Apache-Clean +PORTVERSION= 0.05 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache/GEOFF +PKGNAMEPREFIX= p5- + +MAINTAINER= martin@tradex.sk +COMMENT= A mod_perl interface into HTML::Clean + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::Clean.3 +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> |