freebsd-ports/devel/p5-Test-EOL/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
551 B
Makefile

# Created by: milki@rescomp.berkeley.edu
# $FreeBSD$
PORTNAME= Test-EOL
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Check the correct line endings in your project
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Pod-Coverage>=1.08:devel/p5-Pod-Coverage \
p5-Pod-Coverage-TrustPod>=0:devel/p5-Pod-Coverage-TrustPod \
p5-Test-Pod>=1.41:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>