ports/devel/R-cran-optparse/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
399 B
Makefile

PORTNAME= optparse
DISTVERSION= 1.6.6
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Command line flag parser inspired by Python's optparse
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
CRAN_DEPENDS= R-cran-getopt>=1.20.2:devel/R-cran-getopt
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>