006309fb29
Changes: http://search.cpan.org/dist/indirect/Changes PR: ports/161941 Submitted by: sunpoet (myself) Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer)
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# Ports collection makefile for: p5-indirect
|
|
# Date created: Fri Aug 13, 2010
|
|
# Whom: Dan Rench <citric@cubicone.tmetic.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= indirect
|
|
PORTVERSION= 0.26
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VPIT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= citric@cubicone.tmetic.com
|
|
COMMENT= Lexically warn about using the indirect object syntax
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= indirect.3
|
|
|
|
.include <bsd.port.mk>
|