diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Inline-CPP/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Inline-CPP/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Inline-CPP/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Inline-CPP/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-Inline-CPP/pkg-plist | 8 |
6 files changed, 45 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d77426dd8925..a646ff3f157d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -385,6 +385,7 @@ SUBDIR += p5-Include SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM + SUBDIR += p5-Inline-CPP SUBDIR += p5-Ioctl SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-PGetText diff --git a/devel/p5-Inline-CPP/Makefile b/devel/p5-Inline-CPP/Makefile new file mode 100644 index 000000000000..8351df997fb1 --- /dev/null +++ b/devel/p5-Inline-CPP/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Inline::CPP +# Date created: 14 Dec 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Inline-CPP +PORTVERSION= 0.23 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Inline +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +CONFIGURE_ARGS= </dev/null + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Inline::CPP.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Inline-CPP/distinfo b/devel/p5-Inline-CPP/distinfo new file mode 100644 index 000000000000..b052e95dce50 --- /dev/null +++ b/devel/p5-Inline-CPP/distinfo @@ -0,0 +1 @@ +MD5 (Inline-CPP-0.23.tar.gz) = 2d7826f5224836f200751fc82ec165de diff --git a/devel/p5-Inline-CPP/pkg-comment b/devel/p5-Inline-CPP/pkg-comment new file mode 100644 index 000000000000..a90d6e0827fb --- /dev/null +++ b/devel/p5-Inline-CPP/pkg-comment @@ -0,0 +1 @@ +Write Perl subroutines and classes in C++ diff --git a/devel/p5-Inline-CPP/pkg-descr b/devel/p5-Inline-CPP/pkg-descr new file mode 100644 index 000000000000..ffa0cddeed5b --- /dev/null +++ b/devel/p5-Inline-CPP/pkg-descr @@ -0,0 +1,8 @@ +The Inline::CPP module allows you to put C++ source code directly +"inline" in a Perl script or module. You code classes or functions in +C++, and you can use them as if they were written in Perl. + +WWW: http://search.cpan.org/search?dist=Inline-CPP + +-- Sergey Skvortsov +skv@protey.ru diff --git a/devel/p5-Inline-CPP/pkg-plist b/devel/p5-Inline-CPP/pkg-plist new file mode 100644 index 000000000000..fdad3b00d09d --- /dev/null +++ b/devel/p5-Inline-CPP/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/CPP/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP.pm +lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP.pod +lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP/grammar.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Inline/CPP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/CPP +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true |