aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Serializer/Makefile
blob: 8ed3280fed65ecf3ab9a6367f498b81fd2e94e7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    Data-Serializer
# Date created:    07 June 2002
# Whom:        Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   Data-Serializer
PORTVERSION=    0.17
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX=  p5-

MAINTAINER= skv@FreeBSD.org
COMMENT=    Modules that serialize data structures

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
        ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
        ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
        ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
        ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Data::Serializer.3 Data::Serializer::Config::General.3 \
        Data::Serializer::Data::Denter.3 \
        Data::Serializer::Data::Dumper.3 Data::Serializer::FreezeThaw.3 \
        Data::Serializer::Storable.3 Data::Serializer::YAML.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES=  ${PATCHDIR}/500503-Makefile.PL
.endif

.include <bsd.port.post.mk>