freebsd-ports/devel/R-cran-proto/Makefile
2023-04-23 09:09:58 +00:00

15 lines
281 B
Makefile

PORTNAME= proto
DISTVERSION= 1.0.0
PORTREVISION= 5
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Prototype object-based programming
WWW= https://github.com/hadley/proto
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>