20 lines
346 B
Makefile
20 lines
346 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
|
|
PORTNAME= Tie-RefHash
|
|
PORTVERSION= 1.40
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Use references as hash keys in Perl
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|