mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8670b373e0
- Pass maintainership to submitter PR: ports/189275 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
363 B
Makefile
20 lines
363 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-Format-RIFF
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Read, manipulate, and write RIFF files
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|