1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/p5-indirect/Makefile
Frederic Culot b32b020217 - Update to 0.29 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Trim Makefile's header

Changes:        http://search.cpan.org/dist/indirect/Changes
PR:             ports/176774 [1]
Submitted by:   Dan Rench <citric@cubicone.tmetic.com> (maintainer)
2013-03-11 08:27:24 +00:00

22 lines
403 B
Makefile

# Created by: Dan Rench <citric@cubicone.tmetic.com>
# $FreeBSD$
PORTNAME= indirect
PORTVERSION= 0.29
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
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= indirect.3
.include <bsd.port.mk>