ports/devel/p5-DefHash/Makefile
Sunpoet Po-Chuan Hsieh d2bd306b0e Update to 1.0.12
- Add LICENSE_FILE

Changes:	https://metacpan.org/changes/distribution/DefHash
2019-06-20 19:08:48 +00:00

23 lines
453 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= DefHash
PORTVERSION= 1.0.12
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
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>