Support STAGEDIR, and add LICENSE.

PR:		ports/188474
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-05-08 14:15:13 +00:00
parent 943f39a39e
commit aacd3aa270
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353303
2 changed files with 6 additions and 3 deletions

View File

@ -8,13 +8,14 @@ MASTER_SITES= SF/pythonsiphon/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xride@FreeBSD.org
COMMENT= A module for python that adds cpan-like functionality
COMMENT= Module for python that adds cpan-like functionality
LICENSE= BSD2CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
NO_STAGE= yes
post-install:
@${MV} -f ${PREFIX}/bin/ciphon.py ${PREFIX}/bin/ciphon
@${MV} -f ${STAGEDIR}${PREFIX}/bin/ciphon.py ${STAGEDIR}${PREFIX}/bin/ciphon
.include <bsd.port.mk>

View File

@ -1 +1,3 @@
A module for python that adds cpan-like functionality
WWW: http://sourceforge.net/projects/pythonsiphon/