075ba35961
- bump PORTREVISION PR: 71203 Submitted by: leeym Approved by: portmgr (marcus)
34 lines
791 B
Makefile
34 lines
791 B
Makefile
# New ports collection makefile for: p5-Sledge
|
|
# Date created: 26 February 2003
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sledge
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= sledge/8401
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= A pure perl, pluggable, lightweight web application framework
|
|
|
|
BUILD_DEPENDS= ${PM_DEPENDS}
|
|
RUN_DEPENDS= ${PM_DEPENDS}
|
|
|
|
PM_DEPENDS= ${SITE_PERL}/Bundle/Sledge.pm:${PORTSDIR}/www/p5-Bundle-Sledge
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sledge.3 \
|
|
Sledge::Doc::Hooks.3 \
|
|
Sledge::Doc::Tutorial.3 \
|
|
Sledge::Doc::Install.3 \
|
|
Sledge::Doc::Overview.3 \
|
|
Sledge::Doc::FAQ.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|