opnsense-ports/textproc/p5-Hash-Merge/Makefile
Franco Fichtner c936cbb6bc textproc/p5-Hash-Merge: sync with upstream
Taken from: HardenedBSD
2018-10-07 08:47:58 +02:00

23 lines
398 B
Makefile

# Created by: snowchyld
# $FreeBSD$
PORTNAME= Hash-Merge
PORTVERSION= 0.300
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Merges hashes
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Clone-Choose>=0.008:devel/p5-Clone-Choose
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>