2012-10-15 11:06:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2012/10/15 15:06:42 sthen Exp $
|
2010-09-10 03:38:29 -04:00
|
|
|
|
2012-10-15 11:06:41 -04:00
|
|
|
COMMENT= object-oriented access to real and tied hashes
|
2010-09-10 03:38:29 -04:00
|
|
|
|
|
|
|
DISTNAME= Hash-AutoHash-1.12
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 2
|
2010-09-10 03:38:29 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-11-15 14:45:56 -05:00
|
|
|
USE_GROFF = Yes
|
2010-09-10 03:38:29 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-List-MoreUtils \
|
|
|
|
devel/p5-Tie-Hash-MultiValue \
|
|
|
|
devel/p5-Tie-ToObject
|
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Deep
|
2010-09-10 03:38:29 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|