diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 13:50:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 13:50:14 +0000 |
commit | d912c7ff91e284092ee34e6640f4d6d18ea5cd23 (patch) | |
tree | 72f2c29cf4b63f91edefce693653d6718208d094 /databases/p5-Dancer-Plugin-DBIC | |
parent | b611168744d79188a3e152a2430c4f3ac712d642 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326901
Diffstat (limited to 'databases/p5-Dancer-Plugin-DBIC')
-rw-r--r-- | databases/p5-Dancer-Plugin-DBIC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-Dancer-Plugin-DBIC/Makefile b/databases/p5-Dancer-Plugin-DBIC/Makefile index d8f72f9bb7ca..e175c87b100d 100644 --- a/databases/p5-Dancer-Plugin-DBIC/Makefile +++ b/databases/p5-Dancer-Plugin-DBIC/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::DBIC.3 |