mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
PR: 207035 Submitted by: Ben Woods <woodsb02@gmail.com> Approved by: bland (maintainer timeout)
8 lines
146 B
Makefile
8 lines
146 B
Makefile
# Created by: Ben Woods <woodsb02@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pyicu
|
|
|
|
USES= python:3.2+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|