diff options
author | augustss <augustss@pkgsrc.org> | 2005-05-23 15:25:05 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2005-05-23 15:25:05 +0000 |
commit | ad047d8a956dd03e17ace63dcce6184cc043d5e7 (patch) | |
tree | 24c4590ba95ea49f964a2874f285f666c6f999ea /audio/py-musique | |
parent | 5063c1cbbf8dcfdd825a4bc6b90010355a338fd3 (diff) | |
download | pkgsrc-ad047d8a956dd03e17ace63dcce6184cc043d5e7.tar.gz |
Don't put source or binary anywhere.
Diffstat (limited to 'audio/py-musique')
-rw-r--r-- | audio/py-musique/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 6967727ab82..391d5ad3dfe 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2005/05/21 23:20:24 augustss Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/23 15:25:05 augustss Exp $ # DISTNAME= pymusique-0.5 @@ -11,6 +11,11 @@ MAINTAINER= augustss@NetBSD.org HOMEPAGE= http://fuware.nanocrew.net/pymusique/ COMMENT= Interface to the iTunes Music Store +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-mcrypt-[0-9]*:../../security/py-mcrypt |