freebsd-ports/devel/p5-Data-Structure-Util/Makefile
Sunpoet Po-Chuan Hsieh cd1b9f0b23 - Update to 0.16
- Add LICENSE
- Add NO_ARCH
- While I'm here, fix *_DEPENDS:
  - Remove p5-Clone
  - Use TEST_DEPENDS for p5-Test-Pod

Changes:	http://search.cpan.org/dist/Data-Structure-Util/CHANGES
PR:		201480
Submitted by:	Jon Nistor <nistor@snickers.org> (maintainer)
2015-07-12 16:08:41 +00:00

22 lines
446 B
Makefile

# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$
PORTNAME= Data-Structure-Util
PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
COMMENT= Perl5 module to change the nature of data within a structure
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>