15 lines
307 B
Makefile
15 lines
307 B
Makefile
PORTNAME= pkgconfig
|
|
PORTVERSION= 2.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Private Configuration for 'R' Packages
|
|
WWW= https://cran.r-project.org/web/packages/pkgconfig/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|