Date::Calc::XS is a XS wrapper and C library plug-in for Date::Calc.
WWW: http://search.cpan.org/dist/Date-Calc-XS/ PR: ports/141367 Submitted by: Denis Pokataev <catone@cpan.org>
This commit is contained in:
parent
fee15bfa7a
commit
ee17e925f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245554
5 changed files with 43 additions and 0 deletions
|
@ -1264,6 +1264,7 @@
|
|||
SUBDIR += p5-Data-Visitor-Encode
|
||||
SUBDIR += p5-Date-Calc
|
||||
SUBDIR += p5-Date-Calc-Iterator
|
||||
SUBDIR += p5-Date-Calc-XS
|
||||
SUBDIR += p5-Date-DayOfWeek
|
||||
SUBDIR += p5-Date-Easter
|
||||
SUBDIR += p5-Date-EzDate
|
||||
|
|
26
devel/p5-Date-Calc-XS/Makefile
Normal file
26
devel/p5-Date-Calc-XS/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-Date-Calc-XS
|
||||
# Date Created: 11 Dec 2009
|
||||
# Whom: Denis Pokataev <catone@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Date-Calc-XS
|
||||
PORTVERSION= 6.2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= catone@cpan.org
|
||||
COMMENT= XS wrapper and C library plug-in for Date::Calc
|
||||
|
||||
BUILD_DEPENDS= p5-Date-Calc>=6.2:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
p5-Bit-Vector>=7.1:${PORTSDIR}/math/p5-Bit-Vector \
|
||||
p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Date::Calc::XS.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Date-Calc-XS/distinfo
Normal file
3
devel/p5-Date-Calc-XS/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Date-Calc-XS-6.2.tar.gz) = 12dbcf3f121412dc991f357b9ba756a9
|
||||
SHA256 (Date-Calc-XS-6.2.tar.gz) = 8fe13241667871fdd665343580bd80a62f8dc337eef56b17721a8d0d0ddc7a46
|
||||
SIZE (Date-Calc-XS-6.2.tar.gz) = 84306
|
3
devel/p5-Date-Calc-XS/pkg-descr
Normal file
3
devel/p5-Date-Calc-XS/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Date::Calc::XS is a XS wrapper and C library plug-in for Date::Calc.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Date-Calc-XS/
|
10
devel/p5-Date-Calc-XS/pkg-plist
Normal file
10
devel/p5-Date-Calc-XS/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc/XS/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc/XS/XS.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc/XS/XS.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc/XS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc/XS.pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Date/Calc/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Date
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc/XS/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Calc
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date
|
Loading…
Reference in a new issue