diff options
author | az <az@FreeBSD.org> | 2013-09-10 21:50:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 21:50:14 +0800 |
commit | ef1952556f8b9ba015765d548e648fa1bc599b4f (patch) | |
tree | 72f2c29cf4b63f91edefce693653d6718208d094 /databases/p5-DBIx-Class-IntrospectableM2M | |
parent | c011cb0d1ee746bd26607966c3a1cc755bf442de (diff) | |
download | freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.tar.gz freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.tar.zst freebsd-ports-gnome-ef1952556f8b9ba015765d548e648fa1bc599b4f.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'databases/p5-DBIx-Class-IntrospectableM2M')
-rw-r--r-- | databases/p5-DBIx-Class-IntrospectableM2M/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Class-IntrospectableM2M/Makefile b/databases/p5-DBIx-Class-IntrospectableM2M/Makefile index b6f41caee0e5..528c4aec3c7b 100644 --- a/databases/p5-DBIx-Class-IntrospectableM2M/Makefile +++ b/databases/p5-DBIx-Class-IntrospectableM2M/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DBIx-Class-IntrospectableM2M -# Date created: 23 Oct 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= DBIx-Class-IntrospectableM2M PORTVERSION= 0.001001 @@ -17,7 +13,8 @@ COMMENT= Introspect many-to-many shortcuts RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::IntrospectableM2M.3 |