mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
505 B
Makefile
26 lines
505 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= ${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>
|