aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer-Plugin-SiteMap/Makefile
blob: 209331fd52647c604a3836c38d39f2320eb77809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Dancer-Plugin-SiteMap
PORTVERSION=	0.14
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JAMESR
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Automated site map for the Dancer web framework
WWW=		https://metacpan.org/release/Dancer-Plugin-SiteMap

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Dancer>=1.175:www/p5-Dancer \
		p5-XML-Simple>0:textproc/p5-XML-Simple
RUN_DEPENDS=	p5-Dancer>=1.175:www/p5-Dancer \
		p5-XML-Simple>0:textproc/p5-XML-Simple

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>