diff options
Diffstat (limited to 'www/p5-Apache-NNTPGateway/Makefile')
-rw-r--r-- | www/p5-Apache-NNTPGateway/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www/p5-Apache-NNTPGateway/Makefile b/www/p5-Apache-NNTPGateway/Makefile deleted file mode 100644 index 72ac3fc75e9a..000000000000 --- a/www/p5-Apache-NNTPGateway/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: Apache::NNTPGateway -# Date created: 15 Jan 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= Apache-NNTPGateway -PORTVERSION= 0.9 -CATEGORIES= www news perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= A NNTP interface for mod_perl enabled Apache web server - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= depends on mod_perl -EXPIRATION_DATE= 2012-01-01 - -WRKSRC= ${WRKDIR}/NNTPGateway-${PORTVERSION} - -PERL_CONFIGURE= yes - -MAN3= Apache::NNTPGateway.3 - -.include <bsd.port.mk> |