mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
36be6c7cc4
While here: - support stage, - use bsdtar to extract when supported. - Cleanup
19 lines
416 B
Makefile
19 lines
416 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= silvercity
|
|
PORTVERSION= 0.9.7
|
|
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
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= SilverCity
|
|
|
|
.include <bsd.port.mk>
|