30 lines
725 B
Makefile
30 lines
725 B
Makefile
|
# 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
|
||
|
MASTER_SITES= http://downloads.sourceforge.jp/sledge/3762/
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= knu@FreeBSD.org
|
||
|
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
|
||
|
|
||
|
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Sledge::Plugin::CacheContent.3
|
||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||
|
|
||
|
.include <bsd.port.mk>
|