freebsd-ports/devel/p5-Data-Serializer/Makefile
Adam Weinberger 1218256fd3 When I submitted bug #204667, which culot very nicely committed in
r401929, I requested changing USE_PERL5=modbuild to configure. That
winds up breaking building the port under perl > 5.20, where Module::Build
was removed.

Definitely a pointyhat to me for that one.

I'm committing this under the "just fix it" policy.
2015-12-12 18:58:00 +00:00

21 lines
373 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Data-Serializer
PORTVERSION= 0.60
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Modules that serialize data structures
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>