aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-AMF-Perl/Makefile
blob: 291fef26206ec113ad1a8969b4e6b5834eb041a8 (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
# New ports collection makefile for:    Flash-FLAP
# Date created:    20 May 2003
# Whom:        Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   Flash-FLAP
PORTVERSION=    0.08
CATEGORIES= www devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Flash
PKGNAMEPREFIX=  p5-

MAINTAINER= skv@FreeBSD.org
COMMENT=    Flash Remoting in Perl

PERL_CONFIGURE= yes

MAN3=       Flash::FLAP.3 Flash::FLAP::App::Executive.3 \
        Flash::FLAP::IO::Deserializer.3 Flash::FLAP::IO::InputStream.3 \
        Flash::FLAP::IO::OutputStream.3 Flash::FLAP::IO::Serializer.3 \
        Flash::FLAP::Sql::MysqlRecordSet.3 Flash::FLAP::Util::Object.3 \
        Flash::FLAP::Util::RemotingService.3

post-configure:
# dirty hack to deceive irritable pod2man
    @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

.include <bsd.port.mk>