mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
7 lines
124 B
Python
7 lines
124 B
Python
from distutils.core import setup
|
|
|
|
setup(
|
|
name = 'plex',
|
|
version = "%%PORTVERSION%%",
|
|
packages = ['Plex'],
|
|
)
|