aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-MP4-Info/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-12-10 19:05:16 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-12-10 19:05:16 +0000
commit440d7b78f16b8e1f42d13c54364e892b83194c49 (patch)
treebd22c1e867bffcb97ec81a2f13d1cf73713d87bd /multimedia/p5-MP4-Info/Makefile
parentc75479cdc25ae1beeee7436763cb01d9f09be9d9 (diff)
downloadports-440d7b78f16b8e1f42d13c54364e892b83194c49.tar.gz
ports-440d7b78f16b8e1f42d13c54364e892b83194c49.zip
Notes
Diffstat (limited to 'multimedia/p5-MP4-Info/Makefile')
-rw-r--r--multimedia/p5-MP4-Info/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/p5-MP4-Info/Makefile b/multimedia/p5-MP4-Info/Makefile
new file mode 100644
index 000000000000..92c78018f30f
--- /dev/null
+++ b/multimedia/p5-MP4-Info/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-MP4-Info
+# Date created: 10-Dec-2005
+# Whom: Lars Eggert <lars.eggert@gmx.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= MP4-Info
+PORTVERSION= 1.05
+CATEGORIES= multimedia perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=MP4
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lars.eggert@gmx.net
+COMMENT= Fetch info from MPEG-4 files
+
+PERL_CONFIGURE= yes
+
+MAN3= MP4::Info.3
+
+.include <bsd.port.mk>