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 | |
parent | 6500e03265d59d18860f34e081b93d9f62c3b6b2 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mp3cd/Makefile | 6 | ||||
-rw-r--r-- | multimedia/mp3cd/pkg-plist | 1 |
2 files changed, 3 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> diff --git a/multimedia/mp3cd/pkg-plist b/multimedia/mp3cd/pkg-plist index 64dfe4cb2edc..a1800983c3e7 100644 --- a/multimedia/mp3cd/pkg-plist +++ b/multimedia/mp3cd/pkg-plist @@ -1,3 +1,4 @@ bin/mp3cd +man/man1/mp3cd.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd |