mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Modern perl with unicode
WWW: http://search.cpan.org/dist/uni-perl/ PR: ports/139796 Submitted by: Mons Anderson <mons at cpan.org>
This commit is contained in:
parent
2b52f238f1
commit
e05f23caea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243447
@ -2144,6 +2144,7 @@
|
||||
SUBDIR += p5-subversion
|
||||
SUBDIR += p5-threads
|
||||
SUBDIR += p5-threads-shared
|
||||
SUBDIR += p5-uni-perl
|
||||
SUBDIR += p5-usb
|
||||
SUBDIR += p5-version
|
||||
SUBDIR += p65
|
||||
|
27
devel/p5-uni-perl/Makefile
Normal file
27
devel/p5-uni-perl/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-uni-perl
|
||||
# Date created: 2009-10-20
|
||||
# Whom: Mons Anderson <mons@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= uni-perl
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mons@cpan.org
|
||||
COMMENT= Modern perl with unicode
|
||||
|
||||
RUN_DEPENDS= p5-Data-Dumper>=2:${PORTSDIR}/devel/p5-Data-Dumper \
|
||||
p5-Encode>=2.37:${PORTSDIR}/converters/p5-Encode \
|
||||
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MASTER_SITES = http://freebsd.dev.rambler.ru/distfiles/rambler/
|
||||
|
||||
PERL_CONFIGURE= 5.10.0+
|
||||
|
||||
MAN3= uni::perl.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-uni-perl/distinfo
Normal file
3
devel/p5-uni-perl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (uni-perl-0.03.tar.gz) = afacb5d25398ca27887d9f4c1b83c7f5
|
||||
SHA256 (uni-perl-0.03.tar.gz) = f33e8a73d71f6f899913fc7957e56bc3b96e305265f5c909e21771a9e7799856
|
||||
SIZE (uni-perl-0.03.tar.gz) = 26550
|
3
devel/p5-uni-perl/pkg-descr
Normal file
3
devel/p5-uni-perl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Modern perl with unicode
|
||||
|
||||
WWW: http://search.cpan.org/dist/uni-perl/
|
13
devel/p5-uni-perl/pkg-plist
Normal file
13
devel/p5-uni-perl/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/uni/perl.pm
|
||||
%%SITE_PERL%%/uni/perl/blackjack.pm
|
||||
%%SITE_PERL%%/uni/perl/hookers.pm
|
||||
%%SITE_PERL%%/uni/perl/encodebase.pm
|
||||
%%SITE_PERL%%/uni/perl/dumper.pm
|
||||
%%SITE_PERL%%/uni/perl/ru.pm
|
||||
%%SITE_PERL%%/uni/perl/ua.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/uni/perl/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/uni/perl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/uni
|
||||
@dirrmtry %%SITE_PERL%%/uni/perl
|
||||
@dirrmtry %%SITE_PERL%%/uni
|
Loading…
Reference in New Issue
Block a user