21 lines
421 B
Makefile
21 lines
421 B
Makefile
# New ports collection makefile for: Hash::MoreUtils
|
|
# Date created: 02 Mar 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Hash-MoreUtils
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to provide the stuff missing in Hash::Util
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Hash::MoreUtils.3
|
|
|
|
.include <bsd.port.mk>
|