20 lines
376 B
Makefile
20 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.14 2015/05/18 11:29:37 jasper Exp $
|
|
|
|
COMMENT= create symlink from IO handle
|
|
|
|
MODULES= cpan
|
|
DISTNAME= PerlIO-via-symlink-0.05
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= devel/p5-Module-Install
|
|
|
|
# Don't use the bundled ancient copy of Module::Install.
|
|
post-extract:
|
|
rm -r ${WRKSRC}/inc/
|
|
|
|
.include <bsd.port.mk>
|