15 lines
248 B
Makefile
15 lines
248 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:43:38 sthen Exp $
|
|
|
|
COMMENT = parse a CDDB/freedb data file
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = CDDB-File-1.05
|
|
REVISION = 1
|
|
CATEGORIES = audio
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|