2013-02-05 12:37:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Sereal-Encoder
|
2017-11-12 23:00:41 +01:00
|
|
|
PORTVERSION= 4.004
|
2013-02-05 12:37:26 +01:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
2014-11-20 06:43:01 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:YVES
|
2013-02-05 12:37:26 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
Update p5-Sereal and friends to 3.015.
While here, a number of Makefile tweaks, including a little
more info in the descrs, meta::cpan instead of cpan for WWW,
and a number of formatting tweaks.
Also, given that p5-Sereal, -Decoder, and -Encoder all have
the same tests, it's really no benefit to making -Decoder
and -Encoder register TEST_DEPENDS on each other. Tests for
just that module work for 'make test', and the full suite
can be run by doing 'make test' in the main p5-Sereal port.
Also, take maintainership. This is the third PR that's timed
out, and I have sent multiple direct emails with each one.
kuriyama's last commit to this port was nearly 2 years ago.
I am considering this port abandoned. I'd like to thank
kuriyama for creating these ports and looking after them
for over 3 and a half years!
PR: 212316
Approved by: maintainer timeout
2016-09-15 04:02:48 +02:00
|
|
|
MAINTAINER= adamw@FreeBSD.org
|
|
|
|
COMMENT= Perl module for fast, powerful binary serialization (encoder)
|
2013-02-05 12:37:26 +01:00
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2014-11-20 06:43:01 +01:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
Update p5-Sereal and friends to 3.015.
While here, a number of Makefile tweaks, including a little
more info in the descrs, meta::cpan instead of cpan for WWW,
and a number of formatting tweaks.
Also, given that p5-Sereal, -Decoder, and -Encoder all have
the same tests, it's really no benefit to making -Decoder
and -Encoder register TEST_DEPENDS on each other. Tests for
just that module work for 'make test', and the full suite
can be run by doing 'make test' in the main p5-Sereal port.
Also, take maintainership. This is the third PR that's timed
out, and I have sent multiple direct emails with each one.
kuriyama's last commit to this port was nearly 2 years ago.
I am considering this port abandoned. I'd like to thank
kuriyama for creating these ports and looking after them
for over 3 and a half years!
PR: 212316
Approved by: maintainer timeout
2016-09-15 04:02:48 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Deep>0:devel/p5-Test-Deep \
|
|
|
|
p5-Test-LongString>0:devel/p5-Test-LongString \
|
|
|
|
p5-Test-Warn>0:devel/p5-Test-Warn
|
2013-02-05 12:37:26 +01:00
|
|
|
|
2013-09-10 09:55:33 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2017-11-12 23:00:41 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2013-02-05 12:37:26 +01:00
|
|
|
|
2014-11-20 06:43:01 +01:00
|
|
|
post-install:
|
2014-11-26 14:08:24 +01:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sereal/Encoder/Encoder.so
|
2014-11-20 06:43:01 +01:00
|
|
|
|
2013-02-05 12:37:26 +01:00
|
|
|
.include <bsd.port.mk>
|