On Thu, 29 Jul 2010, Todd C. Miller wrote:

> Dulwich is a pure-Python implementation of the Git file formats and protocols.
> 
> The project is named after the village in which Mr. and Mrs. Git live in the
> Monty Python sketch.

> +PKGNAME=     py-${DISTNAME}p1

Why are you appending p1 to PKGNAME? This is a new port...

> +HOMEPAGE=    http://samba.org/~jelmer/dulwich/
> +MASTER_SITES=        http://samba.org/~jelmer/dulwich/

You can use MASTER_SITES= ${HOMEPAGE} here.

Otherwise, looks good to me.

Ciao, 
David

# $OpenBSD$

COMMENT=        pure Python implementation of Git file formats and protocols

DISTNAME=       dulwich-0.6.1
PKGNAME=        py-${DISTNAME}
CATEGORIES=     devel

# Python
PERMIT_PACKAGE_CDROM=   Yes
PERMIT_PACKAGE_FTP=     Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP=   Yes

HOMEPAGE=       http://samba.org/~jelmer/dulwich/
MASTER_SITES=   ${HOMEPAGE}

MODULES=        lang/python
NO_REGRESS=     Yes

.include <bsd.port.mk>

Reply via email to