20 lines
326 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2020/07/03 21:44:56 sthen Exp $
2006-11-13 00:09:50 +00:00
2013-04-26 10:14:09 +00:00
COMMENT= universal I/O to everything
2006-11-13 00:09:50 +00:00
2013-04-26 10:14:09 +00:00
MODULES= cpan
PKG_ARCH= *
2020-02-05 12:28:23 +00:00
DISTNAME = IO-All-0.87
2006-11-13 00:09:50 +00:00
CATEGORIES= devel
REVISION = 0
2006-11-13 00:09:50 +00:00
# perl
PERMIT_PACKAGE= Yes
2006-11-13 00:09:50 +00:00
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/p5-IO-String
2006-11-13 00:09:50 +00:00
2013-04-26 10:14:09 +00:00
TEST_DEPENDS= devel/p5-File-ReadBackwards \
devel/p5-MLDBM
2006-11-13 00:09:50 +00:00
.include <bsd.port.mk>