mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
eb0fc00cc8
PR: 36994 Submitted by: me
8 lines
124 B
Python
8 lines
124 B
Python
from distutils.core import setup
|
|
|
|
setup(
|
|
name = 'plex',
|
|
version = "%%PORTVERSION%%",
|
|
packages = ['Plex'],
|
|
)
|