4a693766fa
- Fix *_DEPENDS - Bump PORTREVISION for dependency change
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Hash-Flatten
|
|
PORTVERSION= 1.19
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Flatten, unflatten complex data hashes
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
TEST_DEPENDS= p5-Log-Trace>0:devel/p5-Log-Trace \
|
|
p5-Test-Assertions>0:devel/p5-Test-Assertions
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|