1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Updated to 1.0

This commit is contained in:
Sergey Skvortsov 2004-01-16 11:43:18 +00:00
parent 668dadd4e7
commit 6ca3222337
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98281
3 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Class-Default
PORTVERSION= 0.2
PORTVERSION= 1.0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
@ -20,7 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Class::Default.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Class-Default-0.2.tar.gz) = c961e930444087c9d65877ed2e962ad5
MD5 (Class-Default-1.0.tar.gz) = 216abc542c28222885bde8991df32033

View File

@ -9,7 +9,7 @@ environment. In a CGI like environment, you want the simplicity of a
static interface. You can call Class-method> directly, without having
to pass an instantiation around constantly.
WWW: http://search.cpan.org/search?dist=Class-Default
WWW: http://search.cpan.org/dist/Class-Default/
-- Sergey Skvortsov
skv@FreeBSD.org