mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
b32b020217
- 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)
22 lines
403 B
Makefile
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>
|