16 lines
299 B
Makefile
16 lines
299 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/10/11 23:48:05 naddy Exp $
|
|
|
|
COMMENT = parse a CDDB/freedb data file
|
|
|
|
MODULES = cpan
|
|
DISTNAME = CDDB-File-1.05
|
|
REVISION = 0
|
|
CATEGORIES = audio
|
|
|
|
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|