summaryrefslogtreecommitdiff
path: root/devel/p5-constant-lexical/Makefile
blob: f20ab853a5fa1301a0463d261fe47abc531d634d (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
25
26
27
28
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	constant-lexical
PORTVERSION=	2.0003
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN/constant CPAN
MASTER_SITE_SUBDIR=	CPAN:SPROUT
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl pragma to declare lexical compile-time constants

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Lexical-Var>=0:devel/p5-Lexical-Var \
		p5-Sub-Delete>=0:devel/p5-Sub-Delete
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/constant/lexical/lexical.so

.include <bsd.port.mk>