22 lines
399 B
Makefile
22 lines
399 B
Makefile
|
# Ports collection makefile for: p5-Tie-RefHash
|
||
|
# Date created: Jun 27, 2007
|
||
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Tie-RefHash
|
||
|
PORTVERSION= 1.37
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= lbr@FreeBSD.org
|
||
|
COMMENT= Tie::RefHash - use references as hash keys
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Tie::RefHash.3
|
||
|
|
||
|
.include <bsd.port.mk>
|