Import multimedia/p5-File-Format-RIFF version 1.0.1
[dports.git] / multimedia / p5-File-Format-RIFF / Makefile
1 # New ports collection makefile for:    p5-File-Format-RIFF
2 # Date created:         23 July 2006
3 # Whom:                 Andrew Pantyukhin <infofarmer@FreeBSD.org>
4 #
5 # $FreeBSD: ports/multimedia/p5-File-Format-RIFF/Makefile,v 1.6 2012/11/17 05:59:52 svnexp Exp $
6 #
7
8 PORTNAME=       File-Format-RIFF
9 DISTVERSION=    1.0.1
10 CATEGORIES=     multimedia perl5
11 MASTER_SITES=   CPAN
12 PKGNAMEPREFIX=  p5-
13
14 MAINTAINER=     ports@FreeBSD.org
15 COMMENT=        Read, manipulate, and write RIFF files
16
17 PERL_CONFIGURE= YES
18
19 MAN3=           File::Format::RIFF.3 \
20                 File::Format::RIFF::Chunk.3 \
21                 File::Format::RIFF::Container.3 \
22                 File::Format::RIFF::List.3
23
24 .include <bsd.port.mk>