mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c43be3147b
- this commit modified ports maintained by ports@ PR: ports/98755 Submitted by: rafan (the fresh committer)
34 lines
745 B
Makefile
34 lines
745 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= ports@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
|
|
|
|
.include <bsd.port.mk>
|