ecb8b08211
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl> ok pvalchev@
24 lines
493 B
Makefile
24 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.13 2005/12/03 07:32:36 steven Exp $
|
|
|
|
COMMENT= "in-core objects like strings and arrays for I/O"
|
|
|
|
VERSION= 2.110
|
|
DISTNAME= IO-stringy-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|