freebsd-ports/devel/p5-Data-Sah-Normalize/Makefile
Sunpoet Po-Chuan Hsieh e906292c5e - Add p5-Data-Sah-Normalize 0.04
This often-needed functionality is split from the main Data::Sah to keep it in a
small and minimal-dependencies package.

WWW: http://search.cpan.org/dist/Data-Sah-Normalize/
2016-05-11 19:37:27 +00:00

23 lines
449 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Sah-Normalize
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Normalize Sah schema
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>