3f912f0f2f
The PerlIO layer symlink allows you to create a symbolic link by writing to the file handle.
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 03:29:52 kevlo Exp $
|
|
|
|
COMMENT= "create symlink from IO handle"
|
|
|
|
DISTNAME= PerlIO-via-symlink-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PerlIO/}
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|