1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/www/p5-AMF-Perl/Makefile
Frederic Culot 417919cd87 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-05 13:12:33 +00:00

39 lines
1012 B
Makefile

# New ports collection makefile for: Flash-FLAP
# Date created: 20 May 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= AMF-Perl
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= www devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SIMONF
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Flash Remoting in Perl
RUN_DEPENDS= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
PERL_CONFIGURE= yes
NO_MANCOMPRESS= no
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
post-patch:
@${PERL} -pi -e 's/=(?==head)//g' ${WRKSRC}/lib/AMF/Perl.pm
post-configure:
# dirty hack to deceive irritable pod2man
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
.include <bsd.port.mk>