freebsd-ports/multimedia/p5-File-Format-RIFF/Makefile
Andrew Pantyukhin 2a07eeb8d2 Add port multimedia/p5-File-Format-RIFF:
File::Format::RIFF provides an implementation of the Resource
Interchange File Format. You can read, manipulate, and write
RIFF files.

WWW: http://search.cpan.org/dist/File-Format-RIFF/
2006-07-23 18:40:50 +00:00

25 lines
572 B
Makefile

# New ports collection makefile for: p5-File-Format-RIFF
# Date created: 23 July 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Format-RIFF
DISTVERSION= 1.0.1
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Read, manipulate, and write RIFF files
PERL_CONFIGURE= YES
MAN3= File::Format::RIFF.3 \
File::Format::RIFF::Chunk.3 \
File::Format::RIFF::Container.3 \
File::Format::RIFF::List.3
.include <bsd.port.mk>