diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-15 08:55:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-15 08:55:25 +0000 |
commit | ae154bc2872df44e18f5af04ab7cd3bb85a6e871 (patch) | |
tree | 7ac27c013c5b50a6e37f9241ab0beedf5501a884 /security/p5-Net-OpenID-JanRain | |
parent | - Fix plist with perl 5.8.9 (diff) |
- Fix plist with perl 5.8.9
- While here, remove duplicite entry from plist
Notes
Notes:
svn path=/head/; revision=226150
Diffstat (limited to 'security/p5-Net-OpenID-JanRain')
-rw-r--r-- | security/p5-Net-OpenID-JanRain/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-OpenID-JanRain/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Net-OpenID-JanRain/Makefile b/security/p5-Net-OpenID-JanRain/Makefile index ed42d00f2f90..158d14632ca3 100644 --- a/security/p5-Net-OpenID-JanRain/Makefile +++ b/security/p5-Net-OpenID-JanRain/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-OpenID-JanRain PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,6 +31,7 @@ MAN3= Net::OpenID::JanRain::Consumer.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::Stores::SQLiteStore.3 \ + Net::OpenID::JanRain::Util.3 .include <bsd.port.mk> diff --git a/security/p5-Net-OpenID-JanRain/pkg-plist b/security/p5-Net-OpenID-JanRain/pkg-plist index 899cd41026dc..89c5b3a32908 100644 --- a/security/p5-Net-OpenID-JanRain/pkg-plist +++ b/security/p5-Net-OpenID-JanRain/pkg-plist @@ -12,7 +12,6 @@ %%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%%/%%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 |