18 lines
356 B
Makefile
18 lines
356 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/08 07:06:38 steven Exp $
|
||
|
|
||
|
COMMENT= "fetch info from MPEG-4 files"
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= MP4-Info-1.11
|
||
|
CATEGORIES= audio
|
||
|
|
||
|
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|