openbsd-ports/devel/p5-IO-stringy/Makefile
2001-09-01 01:49:42 +00:00

38 lines
915 B
Makefile

# $OpenBSD: Makefile,v 1.8 2001/09/01 01:49:42 shell Exp $
COMMENT= "in-core objects like strings and arrays for I/O"
VERSION= 2.108
DISTNAME= IO-stringy-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.448
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://www.zeegee.com/code/perl/IO-stringy/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
CONFIGURE_STYLE= perl
# Install documentation
# It like pure document more than examples
EG_DIR= ${WRKBUILD}/docs
EG_LOC= ${PREFIX}/share/doc/p5-IO-stringy
post-install:
${INSTALL_DATA_DIR} ${EG_LOC}/IO/icons
${INSTALL_DATA} ${EG_DIR}/IO/icons/*.gif ${EG_LOC}/IO/icons/
${INSTALL_DATA} ${EG_DIR}/IO/*.pm.html ${EG_LOC}/IO/
${INSTALL_DATA} ${EG_DIR}/index* ${EG_LOC}/
.include <bsd.port.mk>