diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2011-04-29 21:46:31 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2011-04-29 21:46:31 +0800 |
commit | 5c276678bae2ecf8bb5e2c9a4565984d4975765f (patch) | |
tree | 181621ef764c5525f84c2cf7fbe7da346df30d05 /security/p5-Auth-YubikeyDecrypter | |
parent | 222b5f3775ecd43d82d73f4f41e45178548a8efd (diff) | |
download | freebsd-ports-gnome-5c276678bae2ecf8bb5e2c9a4565984d4975765f.tar.gz freebsd-ports-gnome-5c276678bae2ecf8bb5e2c9a4565984d4975765f.tar.zst freebsd-ports-gnome-5c276678bae2ecf8bb5e2c9a4565984d4975765f.zip |
Fix broken PKGORIGIN
Reported by: erwin@
Diffstat (limited to 'security/p5-Auth-YubikeyDecrypter')
-rw-r--r-- | security/p5-Auth-YubikeyDecrypter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Auth-YubikeyDecrypter/Makefile b/security/p5-Auth-YubikeyDecrypter/Makefile index cb0d7439e378..580372d575e5 100644 --- a/security/p5-Auth-YubikeyDecrypter/Makefile +++ b/security/p5-Auth-YubikeyDecrypter/Makefile @@ -6,7 +6,7 @@ PORTNAME= Auth-YubikeyDecrypter PORTVERSION= 0.07 -CATEGORIES= perl5 +CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MASSYN PKGNAMEPREFIX= p5- |