1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/misc/R-cran-mime/Makefile
TAKATSU Tomonari 6b938b0daa - Update to 0.5
- Add "compiles" argument to USES=cran
2016-07-21 04:14:10 +00:00

17 lines
288 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= mime
PORTVERSION= 0.5
CATEGORIES= misc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Map Filenames to MIME Types
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>