Update multimedia/p5-File-Format-RIFF to version 1.0.1_1
[dports.git] / multimedia / p5-File-Format-RIFF / Makefile
1 # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       File-Format-RIFF
5 DISTVERSION=    1.0.1
6 PORTREVISION=   1
7 CATEGORIES=     multimedia perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     5u623l20@gmail.com
12 COMMENT=        Read, manipulate, and write RIFF files
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>