freebsd-ports/archivers/p5-Archive-Rar/Makefile
Sunpoet Po-Chuan Hsieh 18b44f1be9 Add missing RUN_DEPENDS
- Sort BUILD_DEPENDS
- Bump PORTREVISION for dependency change
2018-02-11 14:38:07 +00:00

25 lines
474 B
Makefile

# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
PORTNAME= Archive-Rar
PORTVERSION= 2.02
PORTREVISION= 2
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface with the 'rar' command
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run \
rar:archivers/rar
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>