Cosmetic change

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:08:35 +00:00
parent 96e210679c
commit 88ee161350
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558513

View File

@ -20,22 +20,24 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libming.so:graphics/ming \
libpng.so:graphics/png
OPTIONS_DEFINE= EXAMPLES
PORTSCOUT= limit:^ming-
USES= autoreconf bison gmake libtool localbase perl5 shebangfix
CONFIGURE_ARGS= --enable-perl
GNU_CONFIGURE= yes
USES= autoreconf bison gmake libtool localbase perl5 shebangfix
SHEBANG_FILES= perl_ext/examples/*.cgi
BUILD_WRKSRC= ${WRKSRC}/perl_ext
INSTALL_WRKSRC= ${WRKSRC}/perl_ext
PORTEXAMPLES= *
USE_GITHUB= yes
GH_ACCOUNT= lib${PORTNAME}
GH_PROJECT= lib${PORTNAME}
GH_ACCOUNT= libming
GH_PROJECT= libming
PORTSCOUT= limit:^ming-
SHEBANG_FILES= perl_ext/examples/*.cgi
OPTIONS_DEFINE= EXAMPLES
post-patch:
@${REINPLACE_CMD} -e '/ming_is_compiled()/ s|^|#|; /LIBS/d' ${WRKSRC}/perl_ext/Makefile.PL