aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-NoRef/Makefile
blob: 69624aeae61bf97b3b4099a08e6df1ef676d108e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Hash-NoRef
PORTVERSION=	0.03
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	HASH that store values without increase the reference count

USE_PERL5=	configure
USES=		perl5

MAN3=		Hash::NoRef.3

.include <bsd.port.mk>