diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-24 06:28:28 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-24 06:28:28 +0000 |
commit | 1aa0b006c77e59561be8ed65ddd45a22401c2d5a (patch) | |
tree | 6d15ba21471a13b47d1897468cddcb0a47470a4c /devel/py-ll-core | |
parent | d4b0bd1893d758e0755e8db72020e95818aba81a (diff) | |
download | ports-1aa0b006c77e59561be8ed65ddd45a22401c2d5a.tar.gz ports-1aa0b006c77e59561be8ed65ddd45a22401c2d5a.zip |
Notes
Diffstat (limited to 'devel/py-ll-core')
-rw-r--r-- | devel/py-ll-core/Makefile | 21 | ||||
-rw-r--r-- | devel/py-ll-core/distinfo | 2 | ||||
-rw-r--r-- | devel/py-ll-core/pkg-descr | 4 | ||||
-rw-r--r-- | devel/py-ll-core/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/py-ll-core/Makefile b/devel/py-ll-core/Makefile new file mode 100644 index 000000000000..1a51e7de9e43 --- /dev/null +++ b/devel/py-ll-core/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ll-core +# Date created: 2005-06-23 +# Whom: Choe, Cheng-Dae +# +# $FreeBSD$ +# + +PORTNAME= ll-core +PORTVERSION= 0.3 +CATEGORIES= devel python +MASTER_SITES= http://ftp.livinglogic.de/core/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= whitekid@gmail.com +COMMENT= Utility functions and classes used by the other LivingLogic packages + +USE_PYTHON= 2.4+ +USE_PYDISTUTILS= yes +USE_BZIP2= yes + +.include <bsd.port.mk> diff --git a/devel/py-ll-core/distinfo b/devel/py-ll-core/distinfo new file mode 100644 index 000000000000..a1b6318f4312 --- /dev/null +++ b/devel/py-ll-core/distinfo @@ -0,0 +1,2 @@ +MD5 (ll-core-0.3.tar.bz2) = a88d1a7f953afc5cb21b20caa9fcafdb +SIZE (ll-core-0.3.tar.bz2) = 6072 diff --git a/devel/py-ll-core/pkg-descr b/devel/py-ll-core/pkg-descr new file mode 100644 index 000000000000..f037e9330656 --- /dev/null +++ b/devel/py-ll-core/pkg-descr @@ -0,0 +1,4 @@ +This package contains various utility functions and classes used by the other +LivingLogic sub-packages. + +WWW: http://www.livinglogic.de/Python/core/ diff --git a/devel/py-ll-core/pkg-plist b/devel/py-ll-core/pkg-plist new file mode 100644 index 000000000000..82640adc7b1c --- /dev/null +++ b/devel/py-ll-core/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +%%PYTHON_SITELIBDIR%%/ll/__init__.py +%%PYTHON_SITELIBDIR%%/ll/__init__.pyc +%%PYTHON_SITELIBDIR%%/ll/__init__.pyo +@dirrm %%PYTHON_SITELIBDIR%%/ll |