diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-06 15:39:31 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-06 15:39:31 +0800 |
commit | 3b747ec1fe63a240fae80305deb47cd50d4cf153 (patch) | |
tree | 4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-Net-OpenID-JanRain | |
parent | b2c4d2973182b583f9e401d5a7f02f137d410187 (diff) | |
download | freebsd-ports-gnome-3b747ec1fe63a240fae80305deb47cd50d4cf153.tar.gz freebsd-ports-gnome-3b747ec1fe63a240fae80305deb47cd50d4cf153.tar.zst freebsd-ports-gnome-3b747ec1fe63a240fae80305deb47cd50d4cf153.zip |
Support STAGEDIR.
Diffstat (limited to 'security/p5-Net-OpenID-JanRain')
-rw-r--r-- | security/p5-Net-OpenID-JanRain/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Net-OpenID-JanRain/pkg-plist | 20 |
2 files changed, 14 insertions, 16 deletions
diff --git a/security/p5-Net-OpenID-JanRain/Makefile b/security/p5-Net-OpenID-JanRain/Makefile index 160227874883..c66e062397c7 100644 --- a/security/p5-Net-OpenID-JanRain/Makefile +++ b/security/p5-Net-OpenID-JanRain/Makefile @@ -21,14 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::OpenID::JanRain::Consumer.3 \ - Net::OpenID::JanRain::Server.3 \ - Net::OpenID::JanRain::Stores::FileStore.3 \ - Net::OpenID::JanRain::Stores::MySQLStore.3 \ - Net::OpenID::JanRain::Stores::PostgreSQLStore.3 \ - Net::OpenID::JanRain::Stores::SQLStore.3 \ - Net::OpenID::JanRain::Stores::SQLiteStore.3 \ - Net::OpenID::JanRain::Util.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-OpenID-JanRain/pkg-plist b/security/p5-Net-OpenID-JanRain/pkg-plist index 89c5b3a32908..bd095b1d2737 100644 --- a/security/p5-Net-OpenID-JanRain/pkg-plist +++ b/security/p5-Net-OpenID-JanRain/pkg-plist @@ -1,17 +1,25 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/JanRain/.packlist -%%SITE_PERL%%/Net/OpenID/JanRain/Stores.pm -%%SITE_PERL%%/Net/OpenID/JanRain/CryptUtil.pm +%%PERL5_MAN3%%/Net::OpenID::JanRain::Consumer.3.gz +%%PERL5_MAN3%%/Net::OpenID::JanRain::Server.3.gz +%%PERL5_MAN3%%/Net::OpenID::JanRain::Stores::FileStore.3.gz +%%PERL5_MAN3%%/Net::OpenID::JanRain::Stores::MySQLStore.3.gz +%%PERL5_MAN3%%/Net::OpenID::JanRain::Stores::PostgreSQLStore.3.gz +%%PERL5_MAN3%%/Net::OpenID::JanRain::Stores::SQLStore.3.gz +%%PERL5_MAN3%%/Net::OpenID::JanRain::Stores::SQLiteStore.3.gz +%%PERL5_MAN3%%/Net::OpenID::JanRain::Util.3.gz %%SITE_PERL%%/Net/OpenID/JanRain/Association.pm -%%SITE_PERL%%/Net/OpenID/JanRain/Util.pm %%SITE_PERL%%/Net/OpenID/JanRain/Consumer.pm -%%SITE_PERL%%/Net/OpenID/JanRain/Server.pm %%SITE_PERL%%/Net/OpenID/JanRain/Consumer/LinkParser.pm +%%SITE_PERL%%/Net/OpenID/JanRain/CryptUtil.pm +%%SITE_PERL%%/Net/OpenID/JanRain/Server.pm +%%SITE_PERL%%/Net/OpenID/JanRain/Stores.pm %%SITE_PERL%%/Net/OpenID/JanRain/Stores/DumbStore.pm %%SITE_PERL%%/Net/OpenID/JanRain/Stores/FileStore.pm +%%SITE_PERL%%/Net/OpenID/JanRain/Stores/MySQLStore.pm %%SITE_PERL%%/Net/OpenID/JanRain/Stores/PostgreSQLStore.pm %%SITE_PERL%%/Net/OpenID/JanRain/Stores/SQLStore.pm -%%SITE_PERL%%/Net/OpenID/JanRain/Stores/MySQLStore.pm %%SITE_PERL%%/Net/OpenID/JanRain/Stores/SQLiteStore.pm +%%SITE_PERL%%/Net/OpenID/JanRain/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/JanRain/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/JanRain @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |