mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
378e30db2e
- Add LICENSE - Support STAGEDIR Changes: http://search.cpan.org/dist/Hash-Merge/Changes
24 lines
416 B
Makefile
24 lines
416 B
Makefile
# Created by: snowchyld
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Hash-Merge
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}0
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Merges hashes
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|