pkgsrc/converters/p5-Convert-UUlib/Makefile
jlam 7715ce46e0 Update converters/p5-Convert-UUlib to 1.03. Changes from version 0.31
include:

 - renamed crc32 to uulib_crc32, to work around yet another shortcoming
   in this oh-so-outdated macosx.

 - very short files might not be detected because the header parsing
   code might skip them.

 - change bracket policy to give priority to (x/y) over (x), and use
   the last bracket found otherwise.

 - part numbers at the end of the subject are now recognized.
2004-08-02 21:54:49 +00:00

16 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.12 2004/08/02 21:54:49 jlam Exp $
DISTNAME= Convert-UUlib-1.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5uul
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 module interface to the uulib library
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/UUlib/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"