freebsd-ports/textproc/p5-Hash-Merge/Makefile
Lars Thegler b5655d91ab Add p5-Hash-Merge 0.07, merges hashes.
PR:		68574
Submitted by:	snowchyld <hash-merge-freebsd-port@snowchyld.org>
Approved by:	erwin (implicit)
2004-07-02 08:35:34 +00:00

24 lines
535 B
Makefile

# New ports collection makefile for: p5-Hash-Merge
# Date created: 22 June 2004
# Whom: snowchyld
#
# $FreeBSD$
PORTNAME= Hash-Merge
PORTVERSION= 0.07
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Hash
PKGNAMEPREFIX= p5-
MAINTAINER= hash-merge-freebsd-port@snowchyld.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>