22 lines
436 B
Makefile
22 lines
436 B
Makefile
|
# New ports collection makefile for: p5-Lexical-SealRequireHints
|
||
|
# Date created: 2012-02-24
|
||
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Lexical-SealRequireHints
|
||
|
PORTVERSION= 0.007
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= perl@FreeBSD.org
|
||
|
COMMENT= Perl module to prevent leakage of lexical hints
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Lexical::SealRequireHints.3
|
||
|
|
||
|
.include <bsd.port.mk>
|