81160dc049
the Drupal core "Upload" module including: * Per-field upload control (file extensions, file size). * Per-node upload size limits. * Multiple fields per content type. * Customizable paths for saving uploads (plus token support for dynamic paths). * Icons for uploaded file types. Most importanttly, it's a prerequesite for imagefield.
11 lines
209 B
Makefile
11 lines
209 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/07/17 10:00:30 espie Exp $
|
|
|
|
COMMENT = file cck field
|
|
|
|
DISTNAME = filefield-6.x-3.1
|
|
PKGNAME = drupal6-filefield-3.1
|
|
|
|
RUN_DEPENDS = ::www/drupal6/cck
|
|
|
|
.include <bsd.port.mk>
|