06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
14 lines
299 B
Makefile
14 lines
299 B
Makefile
PORTNAME= mp3_check
|
|
PORTVERSION= 1.98
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/mp3check/mp3check/${PORTVERSION}
|
|
|
|
MAINTAINER= ericb@thedeepsky.com
|
|
COMMENT= Verifies the integrity of mp3 audio files
|
|
WWW= https://mp3check.sourceforge.net/
|
|
|
|
PLIST_FILES= bin/mp3_check
|
|
|
|
.include <bsd.port.mk>
|