b85710f7fc
PKG_ARCH=* from Bernd Ahlers <bernd at ba-net.org>
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.12 2005/08/07 09:40:06 sturm Exp $
|
|
|
|
COMMENT= "Perl5 module for reading MPEG1-Layer3 tags"
|
|
|
|
DISTNAME= MP3-Info-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= audio perl5
|
|
|
|
HOMEPAGE= http://search.cpan.org/~cnandor/MP3-Info/
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|