diff options
Diffstat (limited to 'www/p5-Sledge-Plugin-CacheContent/Makefile')
-rw-r--r-- | www/p5-Sledge-Plugin-CacheContent/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/p5-Sledge-Plugin-CacheContent/Makefile b/www/p5-Sledge-Plugin-CacheContent/Makefile deleted file mode 100644 index cf9b70d1268d..000000000000 --- a/www/p5-Sledge-Plugin-CacheContent/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= Sledge-Plugin-CacheContent -PORTVERSION= 0.03 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= sledge/3762 -PKGNAMEPREFIX= p5- - -MAINTAINER= dhn@FreeBSD.org -COMMENT= A Sledge plug-in that generates and serves cached content - -DEPRECATED= depends on mod_perl 1 which is gone -EXPIRATION_DATE= 2012-11-28 - -BUILD_DEPENDS= ${PM_DEPENDS} -RUN_DEPENDS= ${PM_DEPENDS} - -PM_DEPENDS= p5-Sledge>=0:${PORTSDIR}/www/p5-Sledge - -PERL_CONFIGURE= yes - -MAN3= Sledge::Plugin::CacheContent.3 - -.include <bsd.port.mk> |