013abfab66
- fix a one-byte-past-end-write buffer overflow in UURepairData (reported, analysed and testcase provided by Marco Walther). - quoted-printable decoding was completely broken, try a fix.
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.27 2011/01/21 22:31:19 gls Exp $
|
|
|
|
DISTNAME= Convert-UUlib-1.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5uul
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Convert-UUlib/
|
|
COMMENT= Perl5 module interface to the uulib library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Convert/UUlib/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|