15 lines
239 B
Makefile
15 lines
239 B
Makefile
|
COMMENT= standalone version of glibc's argument-parsing functions
|
||
|
|
||
|
GH_ACCOUNT= argp-standalone
|
||
|
GH_PROJECT= argp-standalone
|
||
|
GH_TAGNAME= 1.5.0
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# LGPLv2.1+
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= devel/meson
|
||
|
|
||
|
.include <bsd.port.mk>
|