c43be3147b
- this commit modified ports maintained by ports@ PR: ports/98755 Submitted by: rafan (the fresh committer)
28 lines
721 B
Makefile
28 lines
721 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= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= sledge/2369
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sledge::Template::Expr.3
|
|
|
|
.include <bsd.port.mk>
|