freebsd-ports/www/p5-Dancer-Plugin-SiteMap/Makefile
Grzegorz Blach ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00

26 lines
639 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= Dancer-Plugin-SiteMap
PORTVERSION= 0.11
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JAMESR
PKGNAMEPREFIX= p5-
MAINTAINER= gblach@FreeBSD.org
COMMENT= Automated site map for the Dancer web framework
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Dancer>=1.175:${PORTSDIR}/www/p5-Dancer \
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS= p5-Dancer>=1.175:${PORTSDIR}/www/p5-Dancer \
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple
PERL_CONFIGURE= yes
MAN3= Dancer::Plugin::SiteMap.3
.include <bsd.port.mk>