diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-09-03 08:18:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-09-03 08:18:38 +0000 |
commit | 3993910e9d731bc13b138638ea8e683df9b060dd (patch) | |
tree | 077b01f66755ffe3a42b12a86dd15d22fdd67fa1 /devel/p5-VCS/Makefile | |
parent | Update to version 1.22 (diff) |
- Update to version 0.05
- Change maintainer's address
PR: 42357
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=65546
Diffstat (limited to 'devel/p5-VCS/Makefile')
-rw-r--r-- | devel/p5-VCS/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-VCS/Makefile b/devel/p5-VCS/Makefile index b7c5ff259906..5e45c66c2f40 100644 --- a/devel/p5-VCS/Makefile +++ b/devel/p5-VCS/Makefile @@ -6,13 +6,14 @@ # PORTNAME= VCS -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= VCS PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz -MAINTAINER= fuyuki@mj.0038.net +MAINTAINER= fuyuki@hadaly.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions RUN_DEPENDS= ${BUILD_DEPENDS} |