aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-hyperlink/Makefile
blob: c35a059624d67d6cec0166162a23a5ff95f400a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   hyperlink
PORTVERSION=    17.1.1
CATEGORIES= www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Featureful, correct URL for Python

LICENSE=    MIT

NO_ARCH=    yes
USE_PYTHON= autoplist distutils
USES=       python

.include <bsd.port.mk>