diff options
Diffstat (limited to 'databases/p5-DBD-cego/Makefile')
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index e9480e1bccdd..59beb4280474 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -6,7 +6,7 @@ CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- -MAINTAINER= fbsd-ports@opsec.eu +MAINTAINER= pi@FreeBSD.org COMMENT= Cego DBI driver for Perl 5 LICENSE= GPLv3 @@ -23,9 +23,6 @@ USES+= perl5 USE_PERL5= configure CC:= ${CXX} -#post-configure: -# @${REINPLACE_CMD} -e 's|fno-strict-aliasing|& -fpermissive|g' ${WRKSRC}/Makefile - post-stage: ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/Cego/Cego.so |