freebsd-ports/devel/p5-Data-Sah-Normalize/Makefile
Sunpoet Po-Chuan Hsieh 5267ea9963 Use DISTVERSIONSUFFIX instead of DISTNAME
Notified by:	mat
2018-09-12 22:55:07 +00:00

25 lines
472 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Sah-Normalize
PORTVERSION= 0.05
DISTVERSIONSUFFIX= 0
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
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>