pkgsrc-wip/p5-RTF-Writer/Makefile
Aleksej Saushev 4fcaf1cf40 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 19:11:57 +00:00

19 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/04 19:11:58 asau Exp $
DISTNAME= RTF-Writer-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RTF/}
MAINTAINER= tonnerre@bsdprojects.net
HOMEPAGE= http://search.cpan.org/dist/RTF-Writer/
COMMENT= Perl module for generating documents in Rich Text Format
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
PKG_DESTDIR_SUPPORT= none
PERL5_PACKLIST= auto/RTF/Writer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"