aboutsummaryrefslogtreecommitdiffstats
path: root/Keywords/info.ucl
blob: c6d27618253604200331635ecb9b5ec775c8aa37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org

actions: [file]
post-install: <<EOD
  case "%@" in
  /*) file="%@" ;;
   *) file="%D/%@" ;;
  esac
  indexinfo ${PKG_ROOTDIR}${file%/*}
EOD
post-deinstall: <<EOD
  case "%@" in
  /*) file="%@" ;;
   *) file="%D/%@" ;;
  esac
  indexinfo ${PKG_ROOTDIR}${file%/*}
EOD
s are installed, update the default Perl to 5.18.mat2014-11-262-1/+1 * Cleanup plistbapt2014-10-201-5/+0 * - add stage supportaz2014-01-302-5/+3 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - convert to the new perl5 frameworkaz2013-09-111-6/+3 * Fix typos in COMMENTcs2012-07-251-1/+1 * Fix typos in COMMENTcs2012-07-251-1/+1 * - Remove SITE_PERL from *_DEPENDS [1]culot2012-06-302-6/+7 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-201-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - Update to 2.1.4pgollucci2009-12-162-4/+4 * - Update to 2.1.3miwi2009-10-302-5/+6 * Update to 2.1.1itetcu2009-10-182-4/+4 * - Update to 1.0.0miwi2009-09-213-6/+13