pkgsrc/converters/p5-Convert-UUlib/Makefile
chris 7972b3e15d Update UUlib to 0.31, changes are:
0.31 Wed Oct 16 01:22:34 CEST 2002
        - no internal code changes.
        - much better documentation, now considered "useful".
        - removed the procedural interface.
        - fought the wish to perl-5.8'ify and thus simply the code :().
        - stress-tested version 0.3 against 70000 data postings since sunday.

0.3   Sun Oct 13 15:12:11 CEST 2002
        - updated to uulib 0.5.18. As expected, some but not all of my bugfixes
          have went into uulib, sdo the number of differences decreased a bit
          again.
        - I found out that the library is being sold commercially by Frank
          Pilhofer, disregarding the GPL and ignoring the rights of the people
          who sent in patches :(
        - vastly more useful documentation in the .pm file.
        - much smaller distribution filesize ;)
2003-09-20 16:03:46 +00:00

16 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.9 2003/09/20 16:03:46 chris Exp $
DISTNAME= Convert-UUlib-0.31
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5uul
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 module interface to the uulib library
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/UUlib/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"