aboutsummaryrefslogtreecommitdiff
path: root/www/p5-AMF-Perl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-AMF-Perl/Makefile')
-rw-r--r--www/p5-AMF-Perl/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/p5-AMF-Perl/Makefile b/www/p5-AMF-Perl/Makefile
deleted file mode 100644
index 0f5ef2eae874..000000000000
--- a/www/p5-AMF-Perl/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: Flash-FLAP
-# Date created: 20 May 2003
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Flash-FLAP
-PORTVERSION= 0.05
-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>