pkgsrc/graphics/p5-SWF-File/Makefile
minskim 4678db8ce3 Import p5-SWF-File from pkgsrc-wip. Packaged by xtraeme@.
SWF modules are manipulating Macromedia Flash movie (SWF) files.
This package contains:

SWF::File module can be used to make SWF movie.
SWF::Parser module provides a parser for SWF file.
2004-05-09 15:12:35 +00:00

20 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/09 15:12:35 minskim Exp $
#
DISTNAME= SWF-File-0.22
CATEGORIES= graphics www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YS/YSAS/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SWF-File/
COMMENT= Manipulating Flash movie (SWF) files
DEPENDS+= p5-Data-TemporaryBag-[0-9]*:../../devel/p5-Data-TemporaryBag
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SWF/File/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"