freebsd-ports/devel/p5-Hash-Case/Makefile
Sunpoet Po-Chuan Hsieh 6bc29ac52a Update to 1.03
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Hash-Case/ChangeLog
2018-03-04 16:11:13 +00:00

25 lines
508 B
Makefile

# Created by: Gea-Suan Lin
# $FreeBSD$
PORTNAME= Hash-Case
PORTVERSION= 1.030
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARKOV
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||}
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for hashes with key-casing requirements
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Log-Report>=0.26:devel/p5-Log-Report
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>