Master Site problem

Olli Hauer ohauer at FreeBSD.org
Tue Mar 27 17:12:44 UTC 2012


On 2012-03-27 18:53, Paul Schmehl wrote:
> I'm trying to create a new port for a Perl module: CIF::Client.  You can find it here: <http://search.cpan.org/~saxjazman/CIF-Client-0.05/lib/CIF/Client.pm>
> 
> I can't figure out how to define the Master Site so this thing will download.  Hopefully one of you perl cpan gurus can help.
> 

Hi Paul,

try the following

a)
PORTNAME=       CIF-Client
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR=     CPAN:SAXJAZMAN/cif

b)
PORTNAME=       cif-client
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR=     CPAN:SAXJAZMAN/cif
DISTNAME=       CIF-Client-${PORTVERSION}


--
Regards,
olli


More information about the freebsd-ports mailing list