diff options
author | az <az@FreeBSD.org> | 2011-09-08 16:36:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-09-08 16:36:43 +0800 |
commit | b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1 (patch) | |
tree | dd625c4563329335365bcb09393c090dd497fdbd /security/p5-Crypt-PBKDF2 | |
parent | c8fe79762aada987f1ee9fb773b3158323e0245f (diff) | |
download | freebsd-ports-gnome-b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1.tar.gz freebsd-ports-gnome-b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1.tar.zst freebsd-ports-gnome-b091c454d4d7778ceaa35fc8ce2a5e372fc22fb1.zip |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
Diffstat (limited to 'security/p5-Crypt-PBKDF2')
-rw-r--r-- | security/p5-Crypt-PBKDF2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile index 47c3d4a1bb87..6c6ba5867ae0 100644 --- a/security/p5-Crypt-PBKDF2/Makefile +++ b/security/p5-Crypt-PBKDF2/Makefile @@ -9,7 +9,7 @@ PORTNAME= Crypt-PBKDF2 PORTVERSION= 0.101170 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/A/AR/ARODLAND +MASTER_SITE_SUBDIR= CPAN:ARODLAND PKGNAMEPREFIX= p5- MAINTAINER= v.a.popov@gmail.com |