diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-22 14:53:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-06-22 14:53:06 +0000 |
commit | aaa7bad306bdcdcb415e1a0994f8ad67ae6efd49 (patch) | |
tree | 81b0caa2c050381e0950c109e0ab9d2939c611f3 /databases | |
parent | 4fe88e3280883825f0fde1d32305c4c30a14e8fa (diff) | |
download | ports-aaa7bad306bdcdcb415e1a0994f8ad67ae6efd49.tar.gz ports-aaa7bad306bdcdcb415e1a0994f8ad67ae6efd49.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Ease/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Ease/Makefile b/databases/p5-DBIx-Ease/Makefile index ef84d893976c..85ca8109b0fa 100644 --- a/databases/p5-DBIx-Ease/Makefile +++ b/databases/p5-DBIx-Ease/Makefile @@ -8,9 +8,10 @@ PORTNAME= DBIx-Ease PORTVERSION= 0.07 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBIx +MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} +MASTER_SITE_SUBDIR= mat/:local DBIx/:cpan PKGNAMEPREFIX= p5- +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:local,cpan MAINTAINER= mat@FreeBSD.org COMMENT= Less-code DBI interactions for all drivers |