b59621d3ae
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
# New ports collection makefile for: Data-Serializer
|
|
# Date created: 07 June 2002
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Serializer
|
|
PORTVERSION= 0.59
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Modules that serialize data structures
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
|
|
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART10 GPLv1
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Serializer.3 Data::Serializer::Bencode.3 \
|
|
Data::Serializer::Config::General.3 \
|
|
Data::Serializer::Convert::Bencode.3 \
|
|
Data::Serializer::Convert::Bencode_XS.3 \
|
|
Data::Serializer::Cookbook.3 Data::Serializer::Data::Denter.3 \
|
|
Data::Serializer::Data::Dumper.3 Data::Serializer::Data::Taxi.3 \
|
|
Data::Serializer::FreezeThaw.3 Data::Serializer::JSON.3 \
|
|
Data::Serializer::JSON::Syck.3 \
|
|
Data::Serializer::Persistent.3 \
|
|
Data::Serializer::PHP::Serialization.3 \
|
|
Data::Serializer::Raw.3 \
|
|
Data::Serializer::Storable.3 Data::Serializer::XML::Dumper.3 \
|
|
Data::Serializer::XML::Simple.3 Data::Serializer::YAML.3 \
|
|
Data::Serializer::YAML::Syck.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|