mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
936816dbba
- Pass maintainership to submitter - Add LICENSE_FILE - Add TERST_DEPENDS PR: 245652 Submitted by: svysh.fbsd@gmail.com Approved by: maintainer(timeout, > 14 days)
24 lines
489 B
Makefile
24 lines
489 B
Makefile
# Created by: Dan Rench <citric@cubicone.tmetic.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= indirect
|
|
PORTVERSION= 0.39
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VPIT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Lexically warn about using the indirect object syntax
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
TEST_DEPENDS= p5-Devel-Declare>=0.006007:devel/p5-Devel-Declare
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|