diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-10 19:00:41 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-10 19:00:41 +0000 |
commit | c09c3dc12d8636f717c0ab8320110d9be8e06868 (patch) | |
tree | 3b5ce8316572490682c7613f96c744ebbaa5ecc5 /devel/p5-Exception-Class | |
parent | d0618e10ab1f1400b832af90ac8aa0b22b30bd0d (diff) | |
download | pkgsrc-c09c3dc12d8636f717c0ab8320110d9be8e06868.tar.gz |
Set MAINTAINER to "tech-pkg" instead of "packages".
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 645548d2de6..adcc7ffed5c 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/12/24 09:53:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/10 19:06:36 kristerw Exp $ DISTNAME= Exception-Class-1.14 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ SVR4_PKGNAME= p5exc CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} -MAINTAINER= packages@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/author/DROLSKY/Exception-Class-1.14/ COMMENT= Perl5 module implementing real exception classes |