Fix fetching.
PR: ports/67185 Submitted by: Roman Neuhause Approved by: maintainer timeout
This commit is contained in:
parent
1d253c14f8
commit
1415193dd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113002
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,10 @@ PORTNAME= GnuPG-Interface
|
|||
PORTVERSION= 0.33
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= GnuPG gnupg-interface
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
|
||||
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
|
||||
MASTER_SITE_SUBDIR= GnuPG/:cpan gnupg-interface/:sf
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:cpan,sf
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue