diff options
Diffstat (limited to 'databases/p5-hp200lx-db')
-rw-r--r-- | databases/p5-hp200lx-db/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-hp200lx-db/pkg-descr | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/databases/p5-hp200lx-db/Makefile b/databases/p5-hp200lx-db/Makefile index c2ecdc1520d5..4c58c12c377a 100644 --- a/databases/p5-hp200lx-db/Makefile +++ b/databases/p5-hp200lx-db/Makefile @@ -14,12 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= g.gonter@ieee.org -USE_PERL5= yes - -# MAN3= HP200LX::DB.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/databases/p5-hp200lx-db/pkg-descr b/databases/p5-hp200lx-db/pkg-descr index c358cae63c8e..330c76a072bc 100644 --- a/databases/p5-hp200lx-db/pkg-descr +++ b/databases/p5-hp200lx-db/pkg-descr @@ -19,4 +19,3 @@ array tie implementation to access database data records FETCH retrieve a record STORE store a record $db->get_last_index () return highest index - |