diff --git a/devel/libfastcommon/Makefile b/devel/libfastcommon/Makefile index f55e89d0e58c..5e3ffa54083e 100644 --- a/devel/libfastcommon/Makefile +++ b/devel/libfastcommon/Makefile @@ -1,25 +1,29 @@ PORTNAME= libfastcommon PORTVERSION= 1.0.43 CATEGORIES= devel MAINTAINER= daniel@blodan.se COMMENT= C common functions library used mainly by FastDFS and FastDHT WWW= https://github.com/happyfish100/libfastcommon LICENSE= GPLv3 +USES= cpe + +CPE_VENDOR= happyfish100 + USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_TAGNAME= V1.0.43 USE_LDCONFIG= yes MAKE_ENV= DESTDIR=${STAGEDIR} do-build: cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} make.sh do-install: cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} make.sh install .include