blob: 65d632ae7e3fb3c6e51f7cf3928839203c7b0ab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= glue
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Interpreted String Literals
LICENSE= MIT
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|