summaryrefslogtreecommitdiff
path: root/lang/py-extclass
diff options
context:
space:
mode:
authorhira <hira>2005-09-19 14:56:26 +0000
committerhira <hira>2005-09-19 14:56:26 +0000
commita06d00fc9dfb4d64e5b43cbbce4e8a553df359fc (patch)
tree1347c1960039383ce6a1bcf734d060bac8789664 /lang/py-extclass
parente36b499c0f7b01e3f08af78748d28347e8f4cdc0 (diff)
downloadpkgsrc-a06d00fc9dfb4d64e5b43cbbce4e8a553df359fc.tar.gz
Add buildlink file. It's required by textproc/py-dtml.
Reviewed by minskim@.
Diffstat (limited to 'lang/py-extclass')
-rw-r--r--lang/py-extclass/buildlink3.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/py-extclass/buildlink3.mk b/lang/py-extclass/buildlink3.mk
new file mode 100644
index 00000000000..bbf58d5d92d
--- /dev/null
+++ b/lang/py-extclass/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2005/09/19 14:56:26 hira Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+PYEXTCLASS_BUILDLINK3_MK:= ${PYEXTCLASS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= pyextclass
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npyextclass}
+BUILDLINK_PACKAGES+= pyextclass
+
+.if !empty(PYEXTCLASS_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.pyextclass+= py-extclass>=2.2.2nb1
+BUILDLINK_RECOMMENDED.pyextclass+= py-extclass>=2.2.2nb1
+BUILDLINK_PKGSRCDIR.pyextclass?= ../../lang/py-extclass
+.endif # PYEXTCLASS_BUILDLINK3_MK
+
+.include "../../lang/python20/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}