freebsd-ports/textproc/silvercity/Makefile
Dmitry Marakasov 651325ee34 - Strip library
2015-05-17 16:07:20 +00:00

21 lines
517 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= silvercity
PORTVERSION= 0.9.7
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/Python%20SilverCity%20Bindings/${PORTVERSION}
DISTNAME= SilverCity-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Lexing package for over 20 programming and markup languages
USES= dos2unix python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= SilverCity
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/SilverCity/_SilverCity.so
.include <bsd.port.mk>