15 lines
281 B
Makefile
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>
|