aabf1b050f
Do not set DISTNAME. Do not set WRKSRC, if you feel like you need to, you should fix GH_PROJECT instead. Sponsored by: Absolight
22 lines
377 B
Makefile
22 lines
377 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= calendar
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= axel.rau@chaos1.de
|
|
COMMENT= Library for iCalendar/vCard data
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= apple
|
|
GH_PROJECT= ccs-pycalendar
|
|
GH_TAGNAME= b0118d4
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH=yes
|
|
|
|
.include <bsd.port.mk>
|