20 lines
373 B
Makefile
20 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/29 08:23:30 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "PerlIO layer for normalizing line endings"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= PerlIO-eol-0.13
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|