diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-15 16:14:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-15 16:14:56 +0800 |
commit | b518c0acf94819d10bd433b23d44db0cb9830c36 (patch) | |
tree | 9357e55a84e87c5b5ead71134d0f655423b55bc7 /security | |
parent | ac66d222132571c1f2a9c0ca1da1dc39f9999523 (diff) | |
download | freebsd-ports-gnome-b518c0acf94819d10bd433b23d44db0cb9830c36.tar.gz freebsd-ports-gnome-b518c0acf94819d10bd433b23d44db0cb9830c36.tar.zst freebsd-ports-gnome-b518c0acf94819d10bd433b23d44db0cb9830c36.zip |
- Add official site to MASTER_SITES
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SAML/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index a4beb87b1a4e..ed0d6dcfc18c 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -8,7 +8,8 @@ PORTNAME= Net-SAML PORTVERSION= 1.05 CATEGORIES= security perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN \ + http://zxid.org/ PKGNAMEPREFIX= p5- DISTNAME= zxid-${PORTVERSION} EXTRACT_SUFX= .tgz |