2003-04-23 10:55:52 +02:00
|
|
|
# New ports collection makefile for: p5-Sledge-Plugin-CacheContent
|
|
|
|
# Date created: 23 April 2003
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Sledge-Plugin-CacheContent
|
|
|
|
PORTVERSION= 0.03
|
|
|
|
CATEGORIES= www perl5
|
2003-09-06 23:05:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
|
|
MASTER_SITE_SUBDIR= sledge/3762
|
2003-04-23 10:55:52 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-05-16 16:25:30 +02:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-04-23 10:55:52 +02:00
|
|
|
COMMENT= A Sledge plug-in that generates and serves cached content
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PM_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${PM_DEPENDS}
|
|
|
|
|
|
|
|
PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Sledge::Plugin::CacheContent.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|