forked from Lainports/freebsd-ports
PR: 217480 Submitted by: dbaio Approved by: portmgr (bdrewery) Differential Revision: https://reviews.freebsd.org/D12197
8 lines
163 B
Makefile
8 lines
163 B
Makefile
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-feedparser
|
|
|
|
USES= python:3.3+ tar:bzip2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|