diff options
author | az <az@FreeBSD.org> | 2014-01-06 02:05:39 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-06 02:05:39 +0800 |
commit | ef3cd05f8445c82842a82a35e1faffd7e05057b5 (patch) | |
tree | f53ae742b7f3830db407c78b24a835ac68df6064 /net/p5-ZConf | |
parent | d1af49f3c20184f1db30de835d0d8d1d04233216 (diff) | |
download | freebsd-ports-gnome-ef3cd05f8445c82842a82a35e1faffd7e05057b5.tar.gz freebsd-ports-gnome-ef3cd05f8445c82842a82a35e1faffd7e05057b5.tar.zst freebsd-ports-gnome-ef3cd05f8445c82842a82a35e1faffd7e05057b5.zip |
- support stage
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'net/p5-ZConf')
-rw-r--r-- | net/p5-ZConf/Makefile | 7 | ||||
-rw-r--r-- | net/p5-ZConf/pkg-plist | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/p5-ZConf/Makefile b/net/p5-ZConf/Makefile index 347060a640fd..d0cbd58b183f 100644 --- a/net/p5-ZConf/Makefile +++ b/net/p5-ZConf/Makefile @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:VVELOX PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net -COMMENT= A configuration system allowing for either file or LDAP backed storage +COMMENT= Configuration system allowing for either file or LDAP backed storage BUILD_DEPENDS= p5-Chooser>=0:${PORTSDIR}/devel/p5-Chooser \ p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper \ @@ -26,9 +26,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= ZConf.3 \ - ZConf::backends::file.3 \ - ZConf::backends::ldap.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-ZConf/pkg-plist b/net/p5-ZConf/pkg-plist index 738070dc594f..269b23500630 100644 --- a/net/p5-ZConf/pkg-plist +++ b/net/p5-ZConf/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/ZConf/backends/ldap.pm %%SITE_PERL%%/ZConf/backends/file.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/.packlist +%%PERL5_MAN3%%/ZConf.3.gz +%%PERL5_MAN3%%/ZConf::backends::file.3.gz +%%PERL5_MAN3%%/ZConf::backends::ldap.3.gz @dirrmtry %%SITE_PERL%%/ZConf/backends @dirrmtry %%SITE_PERL%%/ZConf @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf |