mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
22 lines
397 B
Makefile
22 lines
397 B
Makefile
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
|
|
|
|
PORTNAME= Event
|
|
PORTVERSION= 1.28
|
|
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>
|