forked from Lainports/opnsense-ports
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"
|