blob: c0fc9887cecd17b7ca89e41b637e3733fadb7363 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= BS-Event
PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ELMEX
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class that provides an event callback interface
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
OPTIONS_DEFINE= EXAMPLES
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 shebangfix
SHEBANG_FILES= samples/simple_example
perl_OLD_CMD= /opt/perl/bin/perl
PORTEXAMPLES= simple_example
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/samples/simple_example ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>
|