freebsd-ports/devel/p5-Data-Record/Makefile
Sunpoet Po-Chuan Hsieh 496e82e556 Fix *_DEPENDS
- Sort TEST_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change

PR:		226743
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout,14 days)
2018-04-03 09:50:19 +00:00

23 lines
429 B
Makefile

# $FreeBSD$
PORTNAME= Data-Record
PORTVERSION= 0.02
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= espen@tagestad.no
COMMENT= Data::Record - "split" on steroids
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Sub-Uplevel>=0.09:devel/p5-Sub-Uplevel \
p5-Test-Exception>=0.21:devel/p5-Test-Exception
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>