17 lines
265 B
Makefile
17 lines
265 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/07/03 21:44:30 sthen Exp $
|
|
|
|
COMMENT= fetch info from MPEG-4 files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= MP4-Info-1.13
|
|
CATEGORIES= audio
|
|
REVISION= 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-IO-String
|
|
|
|
.include <bsd.port.mk>
|