2003-05-20 12:17:32 +02:00
|
|
|
# New ports collection makefile for: Flash-FLAP
|
|
|
|
# Date created: 20 May 2003
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-07-04 15:00:43 +02:00
|
|
|
PORTNAME= AMF-Perl
|
2004-10-17 18:32:57 +02:00
|
|
|
PORTVERSION= 0.15
|
2006-08-07 17:42:17 +02:00
|
|
|
PORTREVISION= 1
|
2003-05-20 12:17:32 +02:00
|
|
|
CATEGORIES= www devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:22:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:SIMONF
|
2003-05-20 12:17:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-05-20 12:17:32 +02:00
|
|
|
COMMENT= Flash Remoting in Perl
|
|
|
|
|
2012-06-05 15:12:33 +02:00
|
|
|
RUN_DEPENDS= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
|
|
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
2006-08-07 17:42:17 +02:00
|
|
|
|
2003-05-20 12:17:32 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2009-12-29 11:25:55 +01:00
|
|
|
NO_MANCOMPRESS= no
|
2004-07-04 15:00:43 +02:00
|
|
|
MAN3= AMF::Perl.3 AMF::Perl::App::Executive.3 \
|
|
|
|
AMF::Perl::IO::Deserializer.3 AMF::Perl::IO::InputStream.3 \
|
|
|
|
AMF::Perl::IO::OutputStream.3 AMF::Perl::IO::Serializer.3 \
|
|
|
|
AMF::Perl::Sql::MysqlRecordSet.3 AMF::Perl::Util::Object.3 \
|
|
|
|
AMF::Perl::Util::RemotingService.3
|
2003-05-20 12:17:32 +02:00
|
|
|
|
2004-07-13 08:30:48 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's/=(?==head)//g' ${WRKSRC}/lib/AMF/Perl.pm
|
|
|
|
|
2003-05-20 12:17:32 +02:00
|
|
|
post-configure:
|
|
|
|
# dirty hack to deceive irritable pod2man
|
|
|
|
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|