freebsd-ports/devel/p5-Test-Data/Makefile
Mathieu Arnold 5ef60cf65d Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:

- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
  (looking for /(Sub|Scalar|List)::Util/ returns nothing.)

While there, do some minor cleanup that caught my eye.

PR:		208378
With hat:	perl@
Sponsored by:	Absolight
2016-03-31 15:23:13 +00:00

18 lines
347 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Data
PORTVERSION= 1.24
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BDFOY
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Test functions for particular variable types
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>