1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/p5-Hash-Merge/Makefile
Sunpoet Po-Chuan Hsieh 378e30db2e - Update to 0.200
- Add LICENSE
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Hash-Merge/Changes
2013-11-05 17:55:51 +00:00

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>