freebsd-ports/textproc/p5-Hash-Merge/Makefile
Sunpoet Po-Chuan Hsieh be3ce4d510 Use real PORTVERSION
- Add NO_ARCH
2017-02-28 14:58:12 +00:00

23 lines
382 B
Makefile

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