head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.08.08.36.39;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.09.19.02.30;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.28.26;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.06.16.23.07;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# ports collection makefile for:	perl extension for dynamically building snort rules
# Date created:				30 January 2008
# Whom:					Paul Schmehl <pauls@@utdallas.edu>
#
# $FreeBSD: head/security/p5-Snort-Rule/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Snort-Rule
PORTVERSION=	1.07
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SAXJAZMAN/Snort
PKGNAMEPREFIX=	p5-

MAINTAINER=	pauls@@utdallas.edu
COMMENT=	Perl5 extension for dynamically building snort rules

PERL_CONFIGURE=	yes

PLIST_FILES=	%%SITE_PERL%%/Snort/Rule.pm \
		%%SITE_PERL%%/mach/auto/Snort/Rule/.packlist
PLIST_DIRS=	%%SITE_PERL%%/mach/auto/Snort/Rule \
		%%SITE_PERL%%/mach/auto/Snort \
		%%SITE_PERL%%/Snort

MAN3=		Snort::Rule.3

.include <bsd.port.mk>
@


1.4
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.

With perl@@ hat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 1.07

PR:             ports/136558
Approved by:    maintainer
Submitted by:   myself (pgollucci@@)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/S/SA/SAXJAZMAN/Snort
@


1.2
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.06
@


1.1
log
@New port: p5-Snort-Rule.

A module that facilitates the dynamic creation of rules for snort.

PR:		ports/120193
Submitted by:	Paul Schmehl <pauls@@utdallas.edu>
Approved by:	garga (mentor)
@
text
@d11 2
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../by-authors/id/S/SA/SAXJAZMAN/Snort/
@

