pkgsrc/sysutils/p5-BackupPC-XS/Makefile
wen f927c89af0 Update to 0.58
Upstream changes:
0.58: Nov 25, 2018

   - on inflate error, first return any remaining bytes before returning the error.

   - remove leading "./" even if ac->currentDir[] is not set; change mirrors a
     change in rsync-bpc and has no effect here since BackupPC::XS doesn't set
     ac->currentDir[].

   - bpc_attrib_dirWrite() updates dir->digest with new digest.

   - updated configure.sh with package name and current version
2018-12-08 08:32:57 +00:00

17 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/12/08 08:32:57 wen Exp $
DISTNAME= BackupPC-XS-0.58
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CB/CBARRATT/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/backuppc/backuppc-xs
COMMENT= Perl utility functions for sysutils/backuppc
LICENSE= gnu-gpl-v3
PERL5_PACKLIST= auto/BackupPC/XS/.packlist
PERL5_MODULE_TYPE= MakeMaker
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"