aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Lexical-SealRequireHints/Makefile
blob: c6f4279a4913bccc47b61a8eddedae25ce6dc8ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Lexical-SealRequireHints
PORTVERSION=	0.012
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to prevent leakage of lexical hints
WWW=		https://metacpan.org/release/Lexical-SealRequireHints

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	modbuild

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lexical/SealRequireHints/SealRequireHints.so

.include <bsd.port.mk>