31 lines
807 B
Makefile
31 lines
807 B
Makefile
|
# New ports collection makefile for: p5-Sledge-Template-Expr
|
||
|
# Date created: 27 February 2003
|
||
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Sledge-Template-Expr
|
||
|
PORTVERSION= 0.03
|
||
|
CATEGORIES= www perl5
|
||
|
MASTER_SITES= http://downloads.sourceforge.jp/sledge/2369/
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= knu@FreeBSD.org
|
||
|
COMMENT= A Sledge extension that uses HTML::Template::Expr as template engine
|
||
|
|
||
|
BUILD_DEPENDS= ${PM_DEPENDS}
|
||
|
RUN_DEPENDS= ${PM_DEPENDS}
|
||
|
|
||
|
PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
|
||
|
PM_DEPENDS+= ${SITE_PERL}/HTML/Template/Expr.pm:${PORTSDIR}/www/p5-HTML-Template-Expr
|
||
|
|
||
|
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Sledge::Template::Expr.3
|
||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||
|
|
||
|
.include <bsd.port.mk>
|