On 2009/01/21 18:45, Giovanni Bechis wrote: > Pawlowski Marcin Piotr wrote: >> py-mutagen is dependency for exaile : >> > Added $OpenBSD$ markers, changed Makefile as in Makefile.template
- the name of the software should be removed from COMMENT, maybe something like this: COMMENT = Python module to handle audio metadata - no point in the :L in PKGNAME, since DISTNAME is already lower-case. - the version number ends up in the PLIST; we use MODPY_EGG_VERSION to avoid PLIST changing every update, you can do something like this: MODPY_EGG_VERSION = 1.15 DISTNAME = mutagen-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} and regen plist. - set MODPY_SETUPTOOLS=Yes - see port-modules(5) - this also sets up the do-regress target properly so you can remove NO_REGRESS=Yes. now I'm waiting to see what happens with "make regress"... it's very slow on my amd64...