yet another catalyst dependency

This commit is contained in:
espie 2006-11-04 17:25:02 +00:00
parent 7af6c7f587
commit 63ee020ed5
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 17:25:02 espie Exp $
COMMENT= "cross-platform path manipulation"
DISTNAME= Path-Class-0.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# Looks like a cpan bug to me ?
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/K/KW/KWILLIAMS/}
CONFIGURE_STYLE=perl modbuild
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Path-Class-0.15.tar.gz) = 83acefa57abacb8a8af0618e0468638a
RMD160 (Path-Class-0.15.tar.gz) = fa23ea9ed2fc16bb9d044a840579611df21fc8c7
SHA1 (Path-Class-0.15.tar.gz) = fc4deac20b1841bb56d106d84d19b9b84cc93989
SIZE (Path-Class-0.15.tar.gz) = 16804

View File

@ -0,0 +1,4 @@
Path::Class is a module for manipulating of file and directory
specifications (strings describing their locations, like
'/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 17:25:02 espie Exp $
${P5SITE}/Path/
${P5SITE}/Path/Class/
${P5SITE}/Path/Class.pm
${P5SITE}/Path/Class/Dir.pm
${P5SITE}/Path/Class/Entity.pm
${P5SITE}/Path/Class/File.pm
@man man/man3p/Path::Class.3p
@man man/man3p/Path::Class::Dir.3p
@man man/man3p/Path::Class::File.3p