freebsd-ports/devel/p5-Hash-Case/Makefile
2021-04-06 16:31:07 +02:00

24 lines
493 B
Makefile

# Created by: Gea-Suan Lin
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Log-Report>=0.26:devel/p5-Log-Report
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>