79735e8a8b
PR: 226316 Submitted by: Marcin Cieślak <saper@saper.info> Approved by: tcberner (mentor, implicit)
18 lines
347 B
Makefile
18 lines
347 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= webencodings
|
|
DISTVERSION= 0.5.1
|
|
CATEGORIES= converters www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= saper@saper.info
|
|
COMMENT= Character encoding aliases for legacy web content
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|