1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/security/R-cran-digest/Makefile
TAKATSU Tomonari 83b53c76f7 - Update to 0.6.10
- Update WWW: in pkg-descr
2016-08-04 09:33:27 +00:00

17 lines
307 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= digest
PORTVERSION= 0.6.10
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Create cryptographic hash digests of R objects
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>