aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Caller-IgnoreNamespaces/Makefile
blob: 21e7e8afc4a491d20eb82685c6d6f95a0e03beea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Devel-Caller-IgnoreNamespaces
PORTVERSION=	1.1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Make available a magic caller which can ignore namespaces
WWW=		https://metacpan.org/release/Devel-Caller-IgnoreNamespaces

LICENSE=	ART10 GPLv2
LICENSE_COMB=	dual
LICENSE_FILE_ART10=	${WRKSRC}/ARTISTIC.txt
LICENSE_FILE_GPLv2=	${WRKSRC}/GPL2.txt

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>