freebsd-ports/devel/p5-Event/Makefile
Mathieu Arnold f4bdb15c0b Update to 1.26.
Sponsored by:	Absolight
2016-06-21 15:07:16 +00:00

22 lines
408 B
Makefile

# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= Event
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generic Perl Event Loop
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Event/Event.so
.include <bsd.port.mk>