aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Keyword-Simple/Makefile
blob: 3fc135e87b2e83f2dc9553a25e2868727bf6302b (plain) (tree)
1
                                                  




















                                                                                        
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	Keyword-Simple
PORTVERSION=	0.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MAUKE
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Define new keywords in pure Perl

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Keyword/Simple/Simple.so

.include <bsd.port.mk>