18 lines
265 B
Makefile
18 lines
265 B
Makefile
COMMENT= universal I/O to everything
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = IO-All-0.87
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-IO-String
|
|
|
|
TEST_DEPENDS= devel/p5-File-ReadBackwards \
|
|
devel/p5-MLDBM
|
|
|
|
.include <bsd.port.mk>
|