freebsd-ports/devel/p5-DefHash/Makefile
Sunpoet Po-Chuan Hsieh 36076009e7 - Add p5-DefHash 1.0.8
DefHash is a specification for using hashes to define things. It was born out of
several other projects/specifications like Sah, Rinci, Riap, Module::Patch.

WWW: http://search.cpan.org/dist/DefHash/
2015-01-01 16:04:52 +00:00

20 lines
405 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= DefHash
PORTVERSION= 1.0.8
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
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>