mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Updated to 1.4
PR: ports/51780
This commit is contained in:
parent
dba6385962
commit
c06c5813d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81375
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Class-Factory-Util
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
@ -17,7 +17,6 @@ COMMENT= Utility functions for (factory) classes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Class::Factory::Util.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Class-Factory-Util-1.2.tar.gz) = bff7eae1ea2119843f1bd68a2d69c201
|
||||
MD5 (Class-Factory-Util-1.4.tar.gz) = 3f85e3f2848f9e53a310f9049d825de9
|
||||
|
@ -1,7 +1,7 @@
|
||||
This module is part of an effort to take functionality within Alzabo which has
|
||||
general utility and make it available outside of the Alzabo framework.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Class-Factory-Util
|
||||
WWW: http://search.cpan.org/dist/Class-Factory-Util/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Factory/Util/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Class/Factory/Util.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Factory/Util
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/Factory 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Factory/Util/.packlist
|
||||
%%SITE_PERL%%/Class/Factory/Util.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Factory/Util
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class/Factory 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user