25 lines
508 B
Makefile
25 lines
508 B
Makefile
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= lexical-underscore
|
||
|
PORTVERSION= 0.001
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= CPAN:TOBYINK
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||
|
COMMENT= Access lexical underscore of your caller
|
||
|
|
||
|
LICENSE= ART10 GPLv1
|
||
|
LICENSE_COMB= dual
|
||
|
|
||
|
BUILD_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker
|
||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= lexical::underscore.3
|
||
|
|
||
|
.include <bsd.port.mk>
|