summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-01-05 12:35:44 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-01-05 12:35:44 +0000
commit93f308c03576231a0bfe55381a4726c018f38edd (patch)
treea42772b13a683b310a370f348e8ec43a2cc31467
parent- stage support (diff)
- support stage
Approved by: portmgr (blanket infrastructure)
Notes
Notes: svn path=/head/; revision=338758
-rw-r--r--finance/p5-Business-CreditCard/Makefile3
-rw-r--r--finance/p5-Business-CreditCard/pkg-plist1
-rw-r--r--www/p5-Mozilla-CA/Makefile3
-rw-r--r--www/p5-Mozilla-CA/pkg-plist1
-rw-r--r--www/p5-URI-Escape-JavaScript/Makefile3
-rw-r--r--www/p5-URI-Escape-JavaScript/pkg-plist1
-rw-r--r--www/p5-WebService-Google-Sets/Makefile3
-rw-r--r--www/p5-WebService-Google-Sets/pkg-plist1
8 files changed, 4 insertions, 12 deletions
diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile
index d1e4c74d06e2..d335904e386a 100644
--- a/finance/p5-Business-CreditCard/Makefile
+++ b/finance/p5-Business-CreditCard/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl5 module to validate/generate credit card checksums/names
USES= perl5
USE_PERL5= configure
-MAN3= Business::CreditCard.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/finance/p5-Business-CreditCard/pkg-plist b/finance/p5-Business-CreditCard/pkg-plist
index 515d950bf57b..9ef91b76c8a3 100644
--- a/finance/p5-Business-CreditCard/pkg-plist
+++ b/finance/p5-Business-CreditCard/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Business/CreditCard.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/CreditCard/.packlist
+%%PERL5_MAN3%%/Business::CreditCard.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/CreditCard
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
@dirrmtry %%SITE_PERL%%/Business
diff --git a/www/p5-Mozilla-CA/Makefile b/www/p5-Mozilla-CA/Makefile
index 28032e41f7ef..d7b728de712b 100644
--- a/www/p5-Mozilla-CA/Makefile
+++ b/www/p5-Mozilla-CA/Makefile
@@ -12,7 +12,4 @@ COMMENT= Perl extension for Mozilla CA cert bundle in PEM format
USES= perl5
USE_PERL5= configure
-MAN3= Mozilla::CA.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/p5-Mozilla-CA/pkg-plist b/www/p5-Mozilla-CA/pkg-plist
index 7afd337bf376..d291f8cc77d8 100644
--- a/www/p5-Mozilla-CA/pkg-plist
+++ b/www/p5-Mozilla-CA/pkg-plist
@@ -2,6 +2,7 @@
%%SITE_PERL%%/Mozilla/CA.pm
%%SITE_PERL%%/Mozilla/CA/cacert.pem
%%SITE_PERL%%/Mozilla/mk-ca-bundle.pl
+%%PERL5_MAN3%%/Mozilla::CA.3.gz
@dirrm %%SITE_PERL%%/Mozilla/CA
@dirrmtry %%SITE_PERL%%/Mozilla
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/CA
diff --git a/www/p5-URI-Escape-JavaScript/Makefile b/www/p5-URI-Escape-JavaScript/Makefile
index 620142a9bdd3..1f14d103f888 100644
--- a/www/p5-URI-Escape-JavaScript/Makefile
+++ b/www/p5-URI-Escape-JavaScript/Makefile
@@ -14,7 +14,4 @@ COMMENT= Perl implementation of JavaScript's escape()/unescape() functions
USES= perl5
USE_PERL5= configure
-MAN3= URI::Escape::JavaScript.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/p5-URI-Escape-JavaScript/pkg-plist b/www/p5-URI-Escape-JavaScript/pkg-plist
index 3296ee563502..f639e402446d 100644
--- a/www/p5-URI-Escape-JavaScript/pkg-plist
+++ b/www/p5-URI-Escape-JavaScript/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript/.packlist
%%SITE_PERL%%/URI/Escape/JavaScript.pm
+%%PERL5_MAN3%%/URI::Escape::JavaScript.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/
diff --git a/www/p5-WebService-Google-Sets/Makefile b/www/p5-WebService-Google-Sets/Makefile
index 79d92b4d5c88..0a4c829427f1 100644
--- a/www/p5-WebService-Google-Sets/Makefile
+++ b/www/p5-WebService-Google-Sets/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= WebService::Google::Sets.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/www/p5-WebService-Google-Sets/pkg-plist b/www/p5-WebService-Google-Sets/pkg-plist
index 53a09772e041..0fd4da26cf1e 100644
--- a/www/p5-WebService-Google-Sets/pkg-plist
+++ b/www/p5-WebService-Google-Sets/pkg-plist
@@ -1,6 +1,7 @@
bin/get_gset
%%SITE_PERL%%/WebService/Google/Sets.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets/.packlist
+%%PERL5_MAN3%%/WebService::Google::Sets.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService