24 lines
515 B
Makefile
24 lines
515 B
Makefile
# New ports collection makefile for: p5-Hash-Merge
|
|
# Date created: 22 June 2004
|
|
# Whom: snowchyld
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Hash-Merge
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Hash
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Merges hashes
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAN3= Hash::Merge.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|