blob: f33da3ae1785e3e092efd0a1b7654517e68fe9b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
WWW= https://metacpan.org/release/Hash-Case
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>
|