1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/silvercity/Makefile
Baptiste Daroussin 36be6c7cc4 Convert from USE_DOS2UNIX to USES=dos2unix
While here:
- support stage,
- use bsdtar to extract when supported.
- Cleanup
2013-11-19 07:42:41 +00:00

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>