14 lines
273 B
Makefile
14 lines
273 B
Makefile
|
COMMENT= in-core objects like strings and arrays for I/O
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= IO-Stringy-2.113
|
||
|
# distribution changed from IO::stringy to IO::Stringy
|
||
|
PKGNAME= p5-${DISTNAME:S/S/s/}
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|