diff options
author | riggs <riggs@FreeBSD.org> | 2014-06-16 02:49:51 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-06-16 02:49:51 +0800 |
commit | 32d15660e835d39ee0b968715bd1cca9b00d8e70 (patch) | |
tree | efbd3b10645d53fb447dd09d922f387cc06cba4a /multimedia/mp3cd | |
parent | 1f977d33665221edafe5a006dfbf5088ee705ad7 (diff) | |
download | freebsd-ports-graphics-32d15660e835d39ee0b968715bd1cca9b00d8e70.tar.gz freebsd-ports-graphics-32d15660e835d39ee0b968715bd1cca9b00d8e70.tar.zst freebsd-ports-graphics-32d15660e835d39ee0b968715bd1cca9b00d8e70.zip |
- Stagify
- Add LICENSE
Approved by: mentors (implicit)
Diffstat (limited to 'multimedia/mp3cd')
-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 dcb65a67f2a..594025b454e 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 64dfe4cb2ed..a1800983c3e 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 |