Sat Jul 26 19:51:37 2008 UTC ()
Import p5-CLASS version 1.00 (from pkgsrc-wip, more or less).

CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.

$CLASS has the additional benefit of working in strings.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(he)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-CLASS/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-CLASS/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-CLASS/DESCR

File Added: pkgsrc/devel/p5-CLASS/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/07/26 19:51:37 he Exp $

SHA1 (CLASS-1.00.tar.gz) = 01b6b0fcdc12e13af7530a4531cfd152d7573d81
RMD160 (CLASS-1.00.tar.gz) = cec0029443d935e839085b55de89c230567f2b28
Size (CLASS-1.00.tar.gz) = 3579 bytes

File Added: pkgsrc/devel/p5-CLASS/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 19:51:37 he Exp $
#

DISTNAME=	CLASS-1.00
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/MSCHWERN/}

MAINTAINER=	he@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/CLASS/
COMMENT=	Alias for __PACKAGE__

PERL5_PACKLIST=	auto/CLASS/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-CLASS/DESCR
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.

$CLASS has the additional benefit of working in strings.