mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
b5655d91ab
PR: 68574 Submitted by: snowchyld <hash-merge-freebsd-port@snowchyld.org> Approved by: erwin (implicit)
25 lines
535 B
Makefile
25 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>
|