openbsd-ports/devel/p5-IO-All/Makefile

20 lines
332 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:18 espie Exp $
2006-11-12 19:09:50 -05:00
2008-10-05 17:11:38 -04:00
COMMENT= universal I/O to everything
2006-11-12 19:09:50 -05:00
MODULES= cpan
DISTNAME= IO-All-0.41
2006-11-12 19:09:50 -05:00
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-IO-String
2006-11-12 19:09:50 -05:00
2013-03-11 06:50:00 -04:00
TEST_DEPENDS=devel/p5-File-ReadBackwards \
devel/p5-MLDBM
CONFIGURE_STYLE=modinst
2006-11-12 19:09:50 -05:00
.include <bsd.port.mk>