diff options
Diffstat (limited to 'www/p5-Apache-Clean2/Makefile')
-rw-r--r-- | www/p5-Apache-Clean2/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www/p5-Apache-Clean2/Makefile b/www/p5-Apache-Clean2/Makefile deleted file mode 100644 index 36d279ca8b0f..000000000000 --- a/www/p5-Apache-Clean2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: p5-Apache-Clean -# Date created: Sep 09 2003 -# Whom: Martin Matuska <martin@matuska.org> -# -# $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@matuska.org -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 - -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> |