19 lines
381 B
Makefile
19 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.17 2010/11/15 19:46:03 espie Exp $
|
|
|
|
COMMENT= emulate IO::File interface for in-core strings
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-String-1.08
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|