Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= pathauto |
8 |
PORTNAME= pathauto |
9 |
DISTVERSION= 6.x-1.3 |
9 |
DISTVERSION= 6.x-1.4 |
10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
11 |
|
11 |
|
12 |
MAINTAINER= nick@foobar.org |
12 |
MAINTAINER= nick@foobar.org |
Lines 15-31
Link Here
|
15 |
RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token |
15 |
RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token |
16 |
|
16 |
|
17 |
DRUPAL6_MODULE= yes |
17 |
DRUPAL6_MODULE= yes |
18 |
MODULE_FILES= tests/pathauto.test pathauto.admin.inc pathauto.inc \ |
18 |
MODULE_FILES= pathauto.admin.inc pathauto.inc pathauto.info \ |
19 |
pathauto.info pathauto.install pathauto.js pathauto.module \ |
19 |
pathauto.install pathauto.js pathauto.module \ |
20 |
pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \ |
20 |
pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \ |
|
|
21 |
pathauto.api.php pathauto.test \ |
21 |
translations/pathauto.pot translations/ar.po translations/cs.po \ |
22 |
translations/pathauto.pot translations/ar.po translations/cs.po \ |
22 |
translations/da.po translations/de.po translations/el.po \ |
23 |
translations/da.po translations/de.po translations/el.po \ |
23 |
translations/es.po translations/fr.po translations/ja.po \ |
24 |
translations/es.po translations/fr.po translations/ja.po \ |
24 |
translations/nl.po translations/ru.po translations/tr.po |
25 |
translations/nl.po translations/ru.po translations/tr.po |
25 |
MODULE_DIRS= tests translations |
26 |
MODULE_DIRS= translations |
26 |
|
27 |
|
27 |
DOC_FILES= INSTALL.txt API.txt CHANGELOG.txt README.txt \ |
28 |
DOC_FILES= INSTALL.txt API.txt README.txt i18n-ascii.example.txt \ |
28 |
i18n-ascii.example.txt LICENSE.txt |
29 |
LICENSE.txt |
|
|
30 |
|
31 |
LICENSE= GPLv2 |
32 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
29 |
|
33 |
|
30 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
31 |
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" |
35 |
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" |