mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d32a34a200
Hashes with accessors/mutators PR: 101017
23 lines
373 B
Makefile
23 lines
373 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: Hash::AsObject
|
|
# Date created: Jul 29, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Hash-AsObject
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Hashes with accessors/mutators
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Hash::AsObject.3
|
|
|
|
.include <bsd.port.mk>
|