diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-01-23 03:29:29 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-01-23 03:29:29 +0800 |
commit | fbe0a69bea804e106ec6820fea9570e1bf771993 (patch) | |
tree | 72c60700170e0b4e7aedf0acb3e37e5639df7484 | |
parent | 3d7a4832b9bd719f44a94975bd9ecdaa35814bdd (diff) | |
download | freebsd-ports-gnome-fbe0a69bea804e106ec6820fea9570e1bf771993.tar.gz freebsd-ports-gnome-fbe0a69bea804e106ec6820fea9570e1bf771993.tar.zst freebsd-ports-gnome-fbe0a69bea804e106ec6820fea9570e1bf771993.zip |
- Fix CPAN location
Pointyhat: swills
Feature safe: yes
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 17d99bb810d3..733a40c1430a 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -9,6 +9,7 @@ PORTNAME= IO-Socket-SSL PORTVERSION= 1.38 CATEGORIES= security perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SULLR/ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org |