Index: head/devel/p5-VCS/Makefile =================================================================== --- head/devel/p5-VCS/Makefile (revision 523218) +++ head/devel/p5-VCS/Makefile (revision 523219) @@ -1,19 +1,23 @@ # Created by: Kimura Fuyuki # $FreeBSD$ PORTNAME= VCS PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Library for generic Version Control System access in Perl +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-URI>=0:net/p5-URI USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/devel/p5-VCS/pkg-descr =================================================================== --- head/devel/p5-VCS/pkg-descr (revision 523218) +++ head/devel/p5-VCS/pkg-descr (revision 523219) @@ -1,6 +1,6 @@ `VCS' is an API for abstracting access to all version control systems from Perl code. This is achieved in a similar fashion to the `DBI' suite of modules. It comes with example CVS and RCS wrappers. -WWW: http://www.astray.com/VCS/ +WWW: https://web.archive.org/web/20041224075034/http://astray.com:80/VCS/ WWW: https://metacpan.org/release/VCS