freebsd-ports/devel/p5-DefHash/Makefile
Sunpoet Po-Chuan Hsieh b8d7dfd79a - Update to 1.0.11
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/DefHash/Changes
2015-09-03 16:22:12 +00:00

21 lines
419 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= DefHash
PORTVERSION= 1.0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Define things according to a specification, using hashes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>