more cpanification from Simon Dassow
This commit is contained in:
parent
af044e4bc6
commit
c0b7b27092
@ -1,20 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/01/17 15:58:07 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2006/12/04 22:13:51 steven Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "conversions to and from arbitrary character sets"
|
||||
|
||||
DISTNAME= Unicode-Map-0.112
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters perl5
|
||||
CATEGORIES= converters
|
||||
MODULES= cpan
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,25 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2004/08/06 16:06:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2006/12/04 22:13:51 steven Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "module to implement efficient mapping tables"
|
||||
|
||||
DISTNAME= Unicode-Map8-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters perl5
|
||||
CATEGORIES= converters
|
||||
MODULES= cpan
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
||||
|
||||
RUN_DEPENDS= ::converters/p5-Unicode-String
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,28 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2006/07/13 07:28:21 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2006/12/04 22:13:51 steven Exp $
|
||||
|
||||
COMMENT= "conversions to and from arbitrary character sets and UTF8"
|
||||
|
||||
DISTNAME= Unicode-MapUTF8-1.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters perl5
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= converters
|
||||
MODULES= cpan
|
||||
|
||||
# same as perl
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
||||
|
||||
RUN_DEPENDS= ::converters/p5-Jcode \
|
||||
::converters/p5-Unicode-Map
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
REGRESS_DEPENDS=::converters/p5-Unicode-String \
|
||||
::converters/p5-Unicode-Map8
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,22 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2005/11/24 03:35:28 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2006/12/04 22:13:51 steven Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "modules to handle various Unicode issues"
|
||||
|
||||
DISTNAME= Unicode-String-2.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters perl5
|
||||
CATEGORIES= converters
|
||||
MODULES= cpan
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user