aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-05-18 11:38:20 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-05-18 11:38:20 +0000
commitaeb604ef809c6861bf1287625a0de20beac55c1f (patch)
tree9ff1ffb368794ef4bc347f8c547ab7eb055b5934 /devel
parentb5ba813ea5944af104ec60ac850c443c15349ebf (diff)
downloadports-aeb604ef809c6861bf1287625a0de20beac55c1f.tar.gz
ports-aeb604ef809c6861bf1287625a0de20beac55c1f.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Inline-CPP/Makefile7
-rw-r--r--devel/p5-Inline-CPP/distinfo2
-rw-r--r--devel/p5-Inline-CPP/pkg-descr4
-rw-r--r--devel/p5-Inline-CPP/pkg-plist16
4 files changed, 14 insertions, 15 deletions
diff --git a/devel/p5-Inline-CPP/Makefile b/devel/p5-Inline-CPP/Makefile
index 5b8a512e5b84..90f7674258e1 100644
--- a/devel/p5-Inline-CPP/Makefile
+++ b/devel/p5-Inline-CPP/Makefile
@@ -6,22 +6,21 @@
#
PORTNAME= Inline-CPP
-PORTVERSION= 0.23
+PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Inline
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
COMMENT= Write Perl subroutines and classes in C++
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline
+BUILD_DEPENDS= ${SITE_PERL}/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
index b052e95dce50..07338985e44e 100644
--- a/devel/p5-Inline-CPP/distinfo
+++ b/devel/p5-Inline-CPP/distinfo
@@ -1 +1 @@
-MD5 (Inline-CPP-0.23.tar.gz) = 2d7826f5224836f200751fc82ec165de
+MD5 (Inline-CPP-0.24.tar.gz) = 7d7b51fef2ecb2082257dcc585621a96
diff --git a/devel/p5-Inline-CPP/pkg-descr b/devel/p5-Inline-CPP/pkg-descr
index ffa0cddeed5b..f17dfdf931f9 100644
--- a/devel/p5-Inline-CPP/pkg-descr
+++ b/devel/p5-Inline-CPP/pkg-descr
@@ -2,7 +2,7 @@ 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
+WWW: http://search.cpan.org/dist/Inline-CPP/
-- Sergey Skvortsov
-skv@protey.ru
+skv@FreeBSD.org
diff --git a/devel/p5-Inline-CPP/pkg-plist b/devel/p5-Inline-CPP/pkg-plist
index fdad3b00d09d..fb0a878b95ee 100644
--- a/devel/p5-Inline-CPP/pkg-plist
+++ b/devel/p5-Inline-CPP/pkg-plist
@@ -1,8 +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
+%%SITE_PERL%%/Inline/CPP.pm
+%%SITE_PERL%%/Inline/CPP.pod
+%%SITE_PERL%%/Inline/CPP/grammar.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/CPP/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/CPP
+@dirrm %%SITE_PERL%%/Inline/CPP
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Inline 2>/dev/null || true