ec6c5e834a
PR: ports/152880 Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Changes: http://search.cpan.org/dist/indirect/Changes
22 lines
462 B
Makefile
22 lines
462 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.23
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/V/VP/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>
|