openbsd-ports/devel/p5-IO-stringy/Makefile

36 lines
859 B
Makefile
Raw Normal View History

2001-08-21 17:22:07 -04:00
# $OpenBSD: Makefile,v 1.7 2001/08/21 21:22:07 shell Exp $
COMMENT= "in-core objects like strings and arrays for I/O"
2001-08-21 17:22:07 -04:00
VERSION= 2.108
DISTNAME= IO-stringy-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.434
2001-04-17 02:26:52 -04:00
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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>