diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-06-15 18:49:51 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-06-15 18:49:51 +0000 |
commit | a0b7c4ac26ef7d8ccab1424a99b632250db5eb45 (patch) | |
tree | efbd3b10645d53fb447dd09d922f387cc06cba4a /multimedia/mp3cd/Makefile | |
parent | 6500e03265d59d18860f34e081b93d9f62c3b6b2 (diff) | |
download | ports-a0b7c4ac26ef7d8ccab1424a99b632250db5eb45.tar.gz ports-a0b7c4ac26ef7d8ccab1424a99b632250db5eb45.zip |
Notes
Diffstat (limited to 'multimedia/mp3cd/Makefile')
-rw-r--r-- | multimedia/mp3cd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mp3cd/Makefile b/multimedia/mp3cd/Makefile index dcb65a67f2a3..594025b454e3 100644 --- a/multimedia/mp3cd/Makefile +++ b/multimedia/mp3cd/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://outflux.net/software/pkgs/mp3cd/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Perl script that burns MP3 to audio CDs +LICENSE= GPLv2 # or later + BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,8 +19,4 @@ USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= scripts/mp3cd -MAN1= mp3cd.1 -MANCOMPRESS= yes - -NO_STAGE= yes .include <bsd.port.mk> |