mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Hash-MoreUtils
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to provide the stuff missing in Hash::Util
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|